From a3811320e5289087fe6d8401d8f6a526191b0ad8 Mon Sep 17 00:00:00 2001 From: Chris Anderson Date: Wed, 29 Oct 2008 12:01:38 -0700 Subject: [PATCH] really fixed the gemspec --- Rakefile | 2 +- couchrest.gemspec | 15 --------------- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/Rakefile b/Rakefile index 1c7ef19..b444e59 100644 --- a/Rakefile +++ b/Rakefile @@ -15,7 +15,7 @@ spec = Gem::Specification.new do |s| s.authors = ["J. Chris Anderson"] s.files = %w( LICENSE README.rdoc Rakefile THANKS ) + Dir["{bin,examples,lib,spec,utils}/**/*"] - - Dir["spec/fixtures/couchapp*"] + Dir["spec/fixtures/couchapp*/**/*"] - Dir["spec/fixtures/couchapp*"] s.extra_rdoc_files = %w( README.rdoc LICENSE THANKS ) s.require_path = "lib" s.bindir = 'bin' diff --git a/couchrest.gemspec b/couchrest.gemspec index 947deb8..a0d290b 100644 --- a/couchrest.gemspec +++ b/couchrest.gemspec @@ -61,21 +61,6 @@ Gem::Specification.new do |s| "spec/fixtures/attachments", "spec/fixtures/attachments/couchdb.png", "spec/fixtures/attachments/test.html", - "spec/fixtures/couchapp/_attachments", - "spec/fixtures/couchapp/_attachments/index.html", - "spec/fixtures/couchapp/foo", - "spec/fixtures/couchapp/foo/bar.txt", - "spec/fixtures/couchapp/views", - "spec/fixtures/couchapp/views/example-map.js", - "spec/fixtures/couchapp/views/example-reduce.js", - "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",