really fixed the gemspec
This commit is contained in:
parent
98e97148ea
commit
a3811320e5
2
Rakefile
2
Rakefile
|
@ -15,7 +15,7 @@ spec = Gem::Specification.new do |s|
|
||||||
s.authors = ["J. Chris Anderson"]
|
s.authors = ["J. Chris Anderson"]
|
||||||
s.files = %w( LICENSE README.rdoc Rakefile THANKS ) +
|
s.files = %w( LICENSE README.rdoc Rakefile THANKS ) +
|
||||||
Dir["{bin,examples,lib,spec,utils}/**/*"] -
|
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.extra_rdoc_files = %w( README.rdoc LICENSE THANKS )
|
||||||
s.require_path = "lib"
|
s.require_path = "lib"
|
||||||
s.bindir = 'bin'
|
s.bindir = 'bin'
|
||||||
|
|
|
@ -61,21 +61,6 @@ Gem::Specification.new do |s|
|
||||||
"spec/fixtures/attachments",
|
"spec/fixtures/attachments",
|
||||||
"spec/fixtures/attachments/couchdb.png",
|
"spec/fixtures/attachments/couchdb.png",
|
||||||
"spec/fixtures/attachments/test.html",
|
"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",
|
||||||
"spec/fixtures/views/lib.js",
|
"spec/fixtures/views/lib.js",
|
||||||
"spec/fixtures/views/test_view",
|
"spec/fixtures/views/test_view",
|
||||||
|
|
Loading…
Reference in a new issue