lti2_commons 1.0 → 1.0.1
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/lti2_commons/oauth_request.rb +1 -1
- metadata +7 -5
- data/License.pdf +0 -0
@@ -56,7 +56,7 @@ module OAuth
|
|
56
56
|
name = parts[0].strip.intern
|
57
57
|
value = parts[1..-1].join('=').strip
|
58
58
|
value.gsub!(/\A['"]+|['"]+\Z/, "")
|
59
|
-
result[name] = Rack::Utils.unescape(value)
|
59
|
+
result[name] = Rack::Utils.unescape(value) unless name == :realm
|
60
60
|
end
|
61
61
|
end
|
62
62
|
result
|
metadata
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lti2_commons
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
|
9
|
+
- 1
|
10
|
+
version: 1.0.1
|
10
11
|
platform: ruby
|
11
12
|
authors:
|
12
13
|
- John Tibbetts
|
@@ -14,7 +15,8 @@ autorequire:
|
|
14
15
|
bindir: bin
|
15
16
|
cert_chain: []
|
16
17
|
|
17
|
-
date: 2013-
|
18
|
+
date: 2013-05-14 00:00:00 -07:00
|
19
|
+
default_executable:
|
18
20
|
dependencies:
|
19
21
|
- !ruby/object:Gem::Dependency
|
20
22
|
name: oauth
|
@@ -111,9 +113,9 @@ files:
|
|
111
113
|
- lib/lti2_commons/wire_log.rb
|
112
114
|
- lib/lti2_commons.rb
|
113
115
|
- Gemfile
|
114
|
-
- License.pdf
|
115
116
|
- Rakefile
|
116
117
|
- README.md
|
118
|
+
has_rdoc: true
|
117
119
|
homepage:
|
118
120
|
licenses: []
|
119
121
|
|
@@ -143,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
143
145
|
requirements: []
|
144
146
|
|
145
147
|
rubyforge_project:
|
146
|
-
rubygems_version: 1.
|
148
|
+
rubygems_version: 1.6.2
|
147
149
|
signing_key:
|
148
150
|
specification_version: 3
|
149
151
|
summary: LTI common utilities
|
data/License.pdf
DELETED
Binary file
|