more gemspec work
This commit is contained in:
parent
78f06713d9
commit
48d3a463e5
2 changed files with 3 additions and 1 deletions
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue