Skip to content

Commit

Permalink
ds: Added explicit dependency on json >= 1.1.1, because previous vers…
Browse files Browse the repository at this point in the history
…ion do not have a json/add/rails, which has been implicitly required.

Signed-off-by: Lucas Carlson <lucas@rufy.com>
  • Loading branch information
David Goudreau & Jonathan Barnes authored and Lucas Carlson committed Mar 3, 2009
1 parent 334b008 commit a5a073e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contacts.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ Gem::Specification.new do |s|
s.has_rdoc = false
s.authors = ["Lucas Carlson"]
s.files = ["LICENSE", "Rakefile", "README", "examples/grab_contacts.rb", "lib/contacts.rb", "lib/contacts/base.rb", "lib/contacts/gmail.rb", "lib/contacts/hotmail.rb", "lib/contacts/plaxo.rb", "lib/contacts/yahoo.rb"]
s.add_dependency("json", ["> 0.0.0"])
s.add_dependency("json", [">= 1.1.1"])
end

0 comments on commit a5a073e

Please sign in to comment.