Skip to content

Commit

Permalink
Update oauth2 dependency to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Jul 29, 2011
1 parent 662af27 commit 5972c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oa-oauth/oa-oauth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'multi_xml', '~> 0.2.2'
gem.add_runtime_dependency 'oa-core', OmniAuth::Version::STRING
gem.add_runtime_dependency 'oauth', '~> 0.4.0'
gem.add_runtime_dependency 'oauth2', '~> 0.5.0.rc2'
gem.add_runtime_dependency 'oauth2', '~> 0.5.0'
gem.add_development_dependency 'evernote', '~> 1.0'
gem.add_development_dependency 'maruku', '~> 0.6'
gem.add_development_dependency 'rack-test', '~> 0.5'
Expand Down

0 comments on commit 5972c94

Please sign in to comment.