more gemspec work

improve_associations
Chris Anderson 2009-01-12 21:14:35 -08:00
parent 78f06713d9
commit 48d3a463e5
2 changed files with 3 additions and 1 deletions

View File

@ -22,6 +22,7 @@ spec = Gem::Specification.new do |s|
s.executables << 'couchdir'
s.add_dependency("json", ">= 1.1.2")
s.add_dependency("rest-client", ">= 0.5")
s.add_dependency("mime-types", ">= 1.15")
s.add_dependency("extlib", ">= 0.9.6")
end

View File

@ -64,6 +64,7 @@ Gem::Specification.new do |s|
"spec/fixtures",
"spec/fixtures/attachments",
"spec/fixtures/attachments/couchdb.png",
"spec/fixtures/attachments/README",
"spec/fixtures/attachments/test.html",
"spec/fixtures/views",
"spec/fixtures/views/lib.js",
@ -128,7 +129,7 @@ Gem::Specification.new do |s|
s.description = "CouchRest provides a simple interface on top of CouchDB's RESTful HTTP API, as well as including some utility scripts for managing views and attachments."
s.add_dependency "json", [">= 1.1.2"]
s.add_dependency "rest-client", [">= 0.5"]
s.add_dependency "extlib", [">= 0.9.6"]
s.add_dependency "mime-types", [">= 1.15"]
s.add_dependency "extlib", [">= 0.9.6"]
s.require_paths = ["lib"]
end