1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00

Fixed Gemfile and removed puts.

This commit is contained in:
Michael Bleigh 2011-01-13 18:02:08 -06:00
parent 5d5161b44e
commit c220a81e13
2 changed files with 1 additions and 1 deletions

View file

@ -44,7 +44,6 @@ module OmniAuth
opts[:oauth_callback] = callback_url
end
puts "** OPTS ** #{opts}"
@access_token = request_token.get_access_token(opts)
super
rescue ::OAuth::Unauthorized => e

View file

@ -5,6 +5,7 @@ gem 'oa-basic', :path => File.expand_path('../../oa-basic/', __FILE__)
gem 'oa-enterprise', :path => File.expand_path('../../oa-enterprise/', __FILE__)
gem 'oa-oauth', :path => File.expand_path('../../oa-oauth/', __FILE__)
gem 'oa-openid', :path => File.expand_path('../../oa-openid/', __FILE__)
gem 'oa-more', :path => File.expand_path('../../oa-more/', __FILE__)
# Will automatically pull in this gem and all its
# dependencies specified in the gemspec