diff --git a/oa-oauth/lib/omniauth/strategies/oauth.rb b/oa-oauth/lib/omniauth/strategies/oauth.rb index df58c41..e65dbc4 100644 --- a/oa-oauth/lib/omniauth/strategies/oauth.rb +++ b/oa-oauth/lib/omniauth/strategies/oauth.rb @@ -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 diff --git a/omniauth/Gemfile b/omniauth/Gemfile index 20779dd..0a03f64 100644 --- a/omniauth/Gemfile +++ b/omniauth/Gemfile @@ -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