Skip to content

Commit

Permalink
updated oauth dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwynn committed Jun 17, 2010
1 parent 2da0c30 commit a731dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -9,7 +9,7 @@ Jeweler::Tasks.new do |gem|
gem.authors = ["John Nunemaker", "Wynn Netherland"]
gem.files = FileList["[A-Z]*", "{examples,lib,test}/**/*"]

gem.add_dependency("oauth", ">= 0.3.5")
gem.add_dependency("oauth", "~> 0.4.1")
gem.add_dependency("hashie", "~> 0.2.0")
gem.add_dependency("httparty", "~> 0.5.0")
gem.add_dependency("yajl-ruby", "~> 0.7.0")
Expand Down

0 comments on commit a731dda

Please sign in to comment.