panda_pal 5.8.2 → 5.8.3
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.
- checksums.yaml +4 -4
- data/app/models/panda_pal/platform/canvas.rb +1 -1
- data/lib/panda_pal/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1dac745d61fff8ae481f7032a2ec5ed59bba85a94e429572c618ab63009a8041
|
|
4
|
+
data.tar.gz: a186f9f8f21a01ed63bf1d143483183bfaf78c19fa7ea91c482154e088398032
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c736e008ec7cb7e766ccd76e2617622ceecbe1da1cff85907ffa89c7de5a0f42e45133d1af105aae6bad91fd536a9d601063b3abe60258dea1fc825ee4ea3993
|
|
7
|
+
data.tar.gz: 4610899f9e3cb8e70be7e932ff675ed93e24d29e6a0007464c2bfe0e5c07835babd357905d72402b049baa75ab261a328c6b2f4d4d75eb9832ed1a9f104ce7d8
|
|
@@ -88,7 +88,7 @@ module PandaPal
|
|
|
88
88
|
ctype, cid = _parse_lti_context(context)
|
|
89
89
|
|
|
90
90
|
if version == 'v1p0'
|
|
91
|
-
existing_installs = _find_existing_installs(exists: exists) do |lti|
|
|
91
|
+
existing_installs = _find_existing_installs(context, exists: exists) do |lti|
|
|
92
92
|
lti[:consumer_key] == self.key
|
|
93
93
|
end
|
|
94
94
|
|
data/lib/panda_pal/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: panda_pal
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.8.
|
|
4
|
+
version: 5.8.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Instructure CustomDev
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-07-
|
|
11
|
+
date: 2023-07-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -282,7 +282,7 @@ dependencies:
|
|
|
282
282
|
- - '='
|
|
283
283
|
- !ruby/object:Gem::Version
|
|
284
284
|
version: 2.7.1
|
|
285
|
-
description:
|
|
285
|
+
description:
|
|
286
286
|
email:
|
|
287
287
|
- pseng@instructure.com
|
|
288
288
|
executables: []
|
|
@@ -394,7 +394,7 @@ homepage: http://instructure.com
|
|
|
394
394
|
licenses:
|
|
395
395
|
- MIT
|
|
396
396
|
metadata: {}
|
|
397
|
-
post_install_message:
|
|
397
|
+
post_install_message:
|
|
398
398
|
rdoc_options: []
|
|
399
399
|
require_paths:
|
|
400
400
|
- lib
|
|
@@ -410,7 +410,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
410
410
|
version: '0'
|
|
411
411
|
requirements: []
|
|
412
412
|
rubygems_version: 3.1.6
|
|
413
|
-
signing_key:
|
|
413
|
+
signing_key:
|
|
414
414
|
specification_version: 4
|
|
415
415
|
summary: LTI mountable engine
|
|
416
416
|
test_files:
|