ims-lti 2.1.0.beta.3 → 2.1.0.beta.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ims/lti/services/tool_proxy_validator.rb +2 -2
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 302568410f889fc871451217cec61fe4f64efa91
|
4
|
+
data.tar.gz: b6857859c41dafd4e3f879b18df1d3aa96bff34c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 31061eded6388b952eb3f253d5fee33987195dc294fa49574594b68241d87898523caa552af158e6bbf3e6f5a60c16e86782016a698f2452104aaca715f03073
|
7
|
+
data.tar.gz: 0cbbe2791b31c6e1d8c224cabfb9c74aa752574ef07f184b381b5118f198c118acc128729043570ed43283d677bb023954370f69f5482cdedf56d86bbf94b251
|
@@ -70,7 +70,7 @@ module IMS::LTI::Services
|
|
70
70
|
def invalid_security_contract
|
71
71
|
ret_val = {}
|
72
72
|
|
73
|
-
is_split_secret_capable = tool_proxy.enabled_capabilities.include?('
|
73
|
+
is_split_secret_capable = tool_proxy.enabled_capabilities.include?('Security.splitSecret')
|
74
74
|
has_shared_secret = tool_proxy.security_contract.shared_secret != nil && !tool_proxy.security_contract.shared_secret.empty?
|
75
75
|
has_split_secret = tool_proxy.security_contract.tp_half_shared_secret != nil && !tool_proxy.security_contract.tp_half_shared_secret.empty?
|
76
76
|
|
@@ -163,4 +163,4 @@ module IMS::LTI::Services
|
|
163
163
|
|
164
164
|
|
165
165
|
end
|
166
|
-
end
|
166
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ims-lti
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.0.beta.
|
4
|
+
version: 2.1.0.beta.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Instructure
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-01-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: simple_oauth
|
@@ -288,3 +288,4 @@ signing_key:
|
|
288
288
|
specification_version: 4
|
289
289
|
summary: Ruby library for creating IMS LTI tool providers and consumers
|
290
290
|
test_files: []
|
291
|
+
has_rdoc:
|