From 8b2994e5689e427d4eb39866893cdef295dc3363 Mon Sep 17 00:00:00 2001 From: Chris Anderson Date: Tue, 28 Oct 2008 10:24:01 -0700 Subject: [PATCH] update gemspec --- Rakefile | 2 +- couchrest.gemspec | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 08e7412..1047bf2 100644 --- a/Rakefile +++ b/Rakefile @@ -5,7 +5,7 @@ require 'rake/gempackagetask' spec = Gem::Specification.new do |s| s.name = "couchrest" - s.version = "0.9.13" + s.version = "0.9.14" s.date = "2008-10-14" s.summary = "Lean and RESTful interface to CouchDB." s.email = "jchris@grabb.it" diff --git a/couchrest.gemspec b/couchrest.gemspec index d7371b6..49b1992 100644 --- a/couchrest.gemspec +++ b/couchrest.gemspec @@ -4,7 +4,7 @@ Gem::Specification.new do |s| s.executables = ["couchview", "couchdir", "couchapp"] s.authors = ["J. Chris Anderson"] s.required_rubygems_version = ">= 0" - s.version = "0.9.13" + s.version = "0.9.14" s.files = ["LICENSE", "README.rdoc", "Rakefile", @@ -70,6 +70,14 @@ Gem::Specification.new do |s| "spec/fixtures/couchapp/views/example-map.js", "spec/fixtures/couchapp/views/example-reduce.js", "spec/fixtures/couchapp-test", + "spec/fixtures/couchapp-test/my-app", + "spec/fixtures/couchapp-test/my-app/_attachments", + "spec/fixtures/couchapp-test/my-app/_attachments/index.html", + "spec/fixtures/couchapp-test/my-app/foo", + "spec/fixtures/couchapp-test/my-app/foo/bar.txt", + "spec/fixtures/couchapp-test/my-app/views", + "spec/fixtures/couchapp-test/my-app/views/example-map.js", + "spec/fixtures/couchapp-test/my-app/views/example-reduce.js", "spec/fixtures/views", "spec/fixtures/views/lib.js", "spec/fixtures/views/test_view",