Skip to content

Commit

Permalink
Ups httparty. Closes philnash#7.
Browse files Browse the repository at this point in the history
  • Loading branch information
philnash committed Nov 9, 2011
1 parent cf764ff commit 6f636ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Echoe.new('bitly', Bitly::VERSION) do |p|
p.url = "http://github.com/philnash/bitly"
p.author = "Phil Nash"
p.email = "[email protected]"
p.extra_deps = [['crack', '>= 0.1.4'], ['httparty', '>= 0.5.2'], ['oauth2', '>= 0.1.1']]
p.extra_deps = [['crack', '>= 0.1.4'], ['httparty', '>= 0.7.6'], ['oauth2', '>= 0.1.1']]
p.development_dependencies = []
end

0 comments on commit 6f636ae

Please sign in to comment.