panda_pal 5.16.16 → 5.16.17

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: de815c41e7df0d792b7dae34188f1f796f135e24dd92047ea508381499c5995e
4
- data.tar.gz: 2d8c16a2ea051e0b37138d0e758ba8093dc302f40f6f472760f103f07670bba4
3
+ metadata.gz: 5aed14a17097dcd9cb71dbd12f7de342983476711e9d60af9808d5da19d82631
4
+ data.tar.gz: e73ddcb8f39da6c4562acf1b22136d2e9a98a1ada74db0549b040b8754684f72
5
5
  SHA512:
6
- metadata.gz: b03bf08aae01c83ed43b64440df8640324cdf7a04256ce220733e5681de63e659a426f39d733dd0632826aaa23b9a08122c5fe0412413c0046ff56d90090447c
7
- data.tar.gz: 3d54f0019e3c5fcb32f209621c0b585f30526576bce3ca59f9a4c4add121f335a2324335eaddde144fca170c30d5fd96db80621553f4e62dc367cd4389396e68
6
+ metadata.gz: bc7a5bceb80f66b02a36a2e4aebce5dd87ac069a7cc7c081ccb5d3e538da8d7304ca16f485c0b6c203175b958c1ea5c762e0c81dfa2df4a59d6bb334ba574ea1
7
+ data.tar.gz: c4b18a9f497a953565c4ef4f4c350783149379ad8392d65b649f644da05d9544fe13785b54c984c27abf1e6759f70302a9a24ad140d7c81f33d2d99f1388a3d5
@@ -11,10 +11,10 @@ module PandaPal
11
11
  "https://sso.test.canvaslms.com",
12
12
  "https://sso.loadtest.instructure.com",
13
13
 
14
- # Deprecated (but still secure):
15
14
  "https://canvas.instructure.com",
16
15
  "https://canvas.beta.instructure.com",
17
16
  "https://canvas.test.instructure.com",
17
+ "https://canvas.loadtest.instructure.com",
18
18
  ]
19
19
 
20
20
  def initialize(options)
@@ -1,3 +1,3 @@
1
1
  module PandaPal
2
- VERSION = '5.16.16'
2
+ VERSION = '5.16.17'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: panda_pal
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.16.16
4
+ version: 5.16.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Instructure CustomDev