Skip to content

Commit

Permalink
Update the oauth2 gem
Browse files Browse the repository at this point in the history
  • Loading branch information
ramkidarla committed Aug 22, 2012
1 parent c6aeaab commit 64a7a78
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source :rubygems
# Example:
# gem "activesupport", ">= 2.3.5"
gem 'oauth', "~> 0.4.4"
gem 'oauth2', "~> 0.6.0"
gem 'oauth2', "~> 0.7.1"
gem 'bcrypt-ruby', "~> 3.0.0"

# Add dependencies to develop your gem here.
Expand Down
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ GEM
columnize (0.3.6)
diff-lcs (1.1.3)
erubis (2.7.0)
faraday (0.8.1)
faraday (0.8.4)
multipart-post (~> 1.1)
ffi (1.0.11)
git (1.2.5)
Expand Down Expand Up @@ -81,10 +81,11 @@ GEM
multipart-post (1.1.5)
nokogiri (1.5.2)
oauth (0.4.5)
oauth2 (0.6.1)
faraday (~> 0.7)
oauth2 (0.7.1)
faraday (~> 0.8)
httpauth (~> 0.1)
multi_json (~> 1.3)
multi_json (~> 1.0)
rack (~> 1.4)
plucky (0.4.4)
mongo (~> 1.5)
polyglot (0.3.3)
Expand Down Expand Up @@ -177,7 +178,7 @@ DEPENDENCIES
mongo_mapper
mongoid (~> 2.4.4)
oauth (~> 0.4.4)
oauth2 (~> 0.6.0)
oauth2 (~> 0.7.1)
rails (>= 3.0.0)
rspec (~> 2.5.0)
rspec-rails (~> 2.5.0)
Expand Down
6 changes: 3 additions & 3 deletions sorcery.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ Gem::Specification.new do |s|

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<oauth>, ["~> 0.4.4"])
s.add_runtime_dependency(%q<oauth2>, ["~> 0.6.0"])
s.add_runtime_dependency(%q<oauth2>, ["~> 0.7.1"])
s.add_runtime_dependency(%q<bcrypt-ruby>, ["~> 3.0.0"])
s.add_development_dependency(%q<abstract>, [">= 1.0.0"])
s.add_development_dependency(%q<rails>, [">= 3.0.0"])
Expand All @@ -329,7 +329,7 @@ Gem::Specification.new do |s|
s.add_development_dependency(%q<mongoid>, ["~> 2.4.4"])
else
s.add_dependency(%q<oauth>, ["~> 0.4.4"])
s.add_dependency(%q<oauth2>, ["~> 0.6.0"])
s.add_dependency(%q<oauth2>, ["~> 0.7.1"])
s.add_dependency(%q<bcrypt-ruby>, ["~> 3.0.0"])
s.add_dependency(%q<abstract>, [">= 1.0.0"])
s.add_dependency(%q<rails>, [">= 3.0.0"])
Expand All @@ -349,7 +349,7 @@ Gem::Specification.new do |s|
end
else
s.add_dependency(%q<oauth>, ["~> 0.4.4"])
s.add_dependency(%q<oauth2>, ["~> 0.6.0"])
s.add_dependency(%q<oauth2>, ["~> 0.7.1"])
s.add_dependency(%q<bcrypt-ruby>, ["~> 3.0.0"])
s.add_dependency(%q<abstract>, [">= 1.0.0"])
s.add_dependency(%q<rails>, [">= 3.0.0"])
Expand Down

0 comments on commit 64a7a78

Please sign in to comment.