oauth-instructure 0.4.8 → 0.4.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/lib/oauth.rb
CHANGED
|
@@ -67,9 +67,9 @@ end
|
|
|
67
67
|
|
|
68
68
|
module ActionController
|
|
69
69
|
class Base
|
|
70
|
-
def process_with_oauth(request,
|
|
70
|
+
def process_with_oauth(request, *arguments)
|
|
71
71
|
request.apply_oauth! if request.respond_to?(:apply_oauth!)
|
|
72
|
-
process_without_oauth(request,
|
|
72
|
+
process_without_oauth(request, *arguments)
|
|
73
73
|
end
|
|
74
74
|
alias_method_chain :process, :oauth
|
|
75
75
|
end
|
|
@@ -5,10 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "oauth-instructure"
|
|
8
|
-
s.version = "0.4.
|
|
8
|
+
s.version = "0.4.9"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Pelle Braendgaard", "Blaine Cook", "Larry Halff", "Jesse Clark", "Jon Crosby", "Seth Fitzsimmons", "Matt Sanford", "Aaron Quint"]
|
|
12
|
+
s.date = "2013-03-26"
|
|
12
13
|
s.description = "OAuth Core Ruby implementation"
|
|
13
14
|
s.email = "oauth-ruby@googlegroups.com"
|
|
14
15
|
s.executables = ["oauth"]
|
|
@@ -74,7 +75,7 @@ Gem::Specification.new do |s|
|
|
|
74
75
|
"lib/oauth/tokens/request_token.rb",
|
|
75
76
|
"lib/oauth/tokens/server_token.rb",
|
|
76
77
|
"lib/oauth/tokens/token.rb",
|
|
77
|
-
"oauth.gemspec",
|
|
78
|
+
"oauth-instructure.gemspec",
|
|
78
79
|
"tasks/deployment.rake",
|
|
79
80
|
"tasks/environment.rake",
|
|
80
81
|
"tasks/website.rake",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: oauth-instructure
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.9
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -16,7 +16,7 @@ authors:
|
|
|
16
16
|
autorequire:
|
|
17
17
|
bindir: bin
|
|
18
18
|
cert_chain: []
|
|
19
|
-
date: 2013-03-
|
|
19
|
+
date: 2013-03-26 00:00:00.000000000 Z
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
22
22
|
name: rake
|
|
@@ -212,7 +212,7 @@ files:
|
|
|
212
212
|
- lib/oauth/tokens/request_token.rb
|
|
213
213
|
- lib/oauth/tokens/server_token.rb
|
|
214
214
|
- lib/oauth/tokens/token.rb
|
|
215
|
-
- oauth.gemspec
|
|
215
|
+
- oauth-instructure.gemspec
|
|
216
216
|
- tasks/deployment.rake
|
|
217
217
|
- tasks/environment.rake
|
|
218
218
|
- tasks/website.rake
|
|
@@ -258,7 +258,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
258
258
|
version: '0'
|
|
259
259
|
segments:
|
|
260
260
|
- 0
|
|
261
|
-
hash:
|
|
261
|
+
hash: 1958260375023111104
|
|
262
262
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
263
263
|
none: false
|
|
264
264
|
requirements:
|