Skip to content

Commit

Permalink
Add json dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Nov 27, 2010
1 parent 7086722 commit 9eb027d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions omniship.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = %w[LICENSE README.md] s.extra_rdoc_files = %w[LICENSE README.md]


s.add_dependency('handsoap', [">= 1.1.7", "< 2.0.0"]) s.add_dependency('handsoap', [">= 1.1.7", "< 2.0.0"])
s.add_dependency('json', [">= 1.4.6", "< 2.0.0"])


s.add_development_dependency('shoulda', [">= 2.11.3", "< 3.0.0"]) s.add_development_dependency('shoulda', [">= 2.11.3", "< 3.0.0"])


Expand Down

0 comments on commit 9eb027d

Please sign in to comment.