]> git.openstreetmap.org Git - rails.git/commitdiff
Revert back to the upstream oauth-plugin
authorTom Hughes <tom@compton.nu>
Tue, 24 Sep 2013 14:40:38 +0000 (15:40 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 24 Sep 2013 14:40:38 +0000 (15:40 +0100)
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index 5a601d6b7adebb7d1083b0d16c277df3d13efbd7..6b2fe4970a7ca3a36d44b146fdde5857d6618054 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -41,7 +41,7 @@ gem 'ejs'
 gem 'rails-i18n', ">= 0.6.3"
 gem 'dynamic_form'
 gem 'rinku', '>= 1.2.2', :require => 'rails_rinku'
-gem 'openstreetmap-oauth-plugin', '>= 0.4.1.1', :require => 'oauth-plugin'
+gem 'oauth-plugin', '>= 0.5.1'
 gem 'open_id_authentication', '>= 1.1.0'
 gem 'validates_email_format_of', '>= 1.5.1'
 gem 'composite_primary_keys', '>= 6.0.0'
index bc019103b5c4b657ad2a29fffba59d3184dac66f..9c3460671861f88a24f92915565384737e78822f 100644 (file)
@@ -85,6 +85,11 @@ GEM
     nokogiri (1.6.0)
       mini_portile (~> 0.5.0)
     oauth (0.4.7)
+    oauth-plugin (0.5.1)
+      multi_json
+      oauth (~> 0.4.4)
+      oauth2 (>= 0.5.0)
+      rack
     oauth2 (0.9.2)
       faraday (~> 0.8)
       httpauth (~> 0.2)
@@ -96,11 +101,6 @@ GEM
       rack-openid (~> 1.3)
     openstreetmap-i18n-js (3.0.0.rc5.2)
       i18n
-    openstreetmap-oauth-plugin (0.4.1.2)
-      multi_json
-      oauth (~> 0.4.4)
-      oauth2 (>= 0.5.0)
-      rack
     paperclip (3.5.1)
       activemodel (>= 3.0.0)
       activesupport (>= 3.0.0)
@@ -191,9 +191,9 @@ DEPENDENCIES
   kgio
   libxml-ruby (>= 2.0.5)
   minitest (~> 4.7.0)
+  oauth-plugin (>= 0.5.1)
   open_id_authentication (>= 1.1.0)
   openstreetmap-i18n-js (>= 3.0.0.rc5.2)
-  openstreetmap-oauth-plugin (>= 0.4.1.1)
   paperclip (~> 3.0)
   pg
   psych