myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [2867] trunk: added reference to oauth plugin in


From: noreply
Subject: [myexperiment-hackers] [2867] trunk: added reference to oauth plugin in environment config
Date: Tue, 6 Dec 2011 06:08:41 -0500 (EST)

Revision
2867
Author
dgc
Date
2011-12-06 06:08:41 -0500 (Tue, 06 Dec 2011)

Log Message

added reference to oauth plugin in environment config

Modified Paths

Diff

Modified: trunk/config/environment.rb (2866 => 2867)


--- trunk/config/environment.rb	2011-12-06 10:53:19 UTC (rev 2866)
+++ trunk/config/environment.rb	2011-12-06 11:08:41 UTC (rev 2867)
@@ -45,6 +45,7 @@
     :headliner,
     :mannie_taverna_scufl,
     :mannie_taverna_t2flow,
+    :oauth,
     :oauth_plugin,
     :open_id_authentication,
     :paginating_find,

Modified: trunk/vendor/plugins/oauth_plugin/init.rb (2866 => 2867)


--- trunk/vendor/plugins/oauth_plugin/init.rb	2011-12-06 10:53:19 UTC (rev 2866)
+++ trunk/vendor/plugins/oauth_plugin/init.rb	2011-12-06 11:08:41 UTC (rev 2867)
@@ -1,4 +1,4 @@
-gem 'oauth', '>=0.2.1'
+#gem 'oauth', '>=0.2.1'
 require 'oauth/signature/hmac/sha1'
 require 'oauth/request_proxy/action_controller_request'
 require 'oauth/server'

reply via email to

[Prev in Thread] Current Thread [Next in Thread]