more gemspec work
This commit is contained in:
parent
78f06713d9
commit
48d3a463e5
1
Rakefile
1
Rakefile
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue