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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e973fc8baad4eaa6881176f8ca8571002db7c515
4
- data.tar.gz: 04af83fabfeb3f823dc1c4a3e0b45a162ff6bbf3
3
+ metadata.gz: 302568410f889fc871451217cec61fe4f64efa91
4
+ data.tar.gz: b6857859c41dafd4e3f879b18df1d3aa96bff34c
5
5
  SHA512:
6
- metadata.gz: 7db755da43fc15764eb4c22d86b85fff952b714ca4ec2eac674b3617a75986ff0e870322a622b1b5e0bcdf9700f408ab0753bcc5628a31f38520149c56bdd57c
7
- data.tar.gz: 28f9c2fc0a7536c271d009f96963acdb4edbcea04fefdc47140586220f40628e02a6fca7c01b9c52b63b01e5775585715d75a5e7282211d69e16cda14b20fbae
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?('OAuth.splitSecret')
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.3
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: 2016-07-07 00:00:00.000000000 Z
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: