coalescing_panda 5.2.1 → 5.2.2
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/lib/coalescing_panda/engine.rb +1 -1
- data/lib/coalescing_panda/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: 0ff79a0045d9ce6d7bc441835775dc872f1257c3a9e958ce9760b7cc45166bf9
|
|
4
|
+
data.tar.gz: 2069483ad4e45877780af43c0b2210db63bca59fd7060912528d8131fd13de7f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b092c17ec0fce72c4f64e602b9a58cf28793174b9a37d7e1386b6c6d77626ea99e8fa92e5d4af0b0cd9a7a816ff21f0e270765b466a598992e481e1731314dc5
|
|
7
|
+
data.tar.gz: 34a4160773bc6c60a7ae6cbe860ecbc5e5a16ee693b84a539baadb5dcd4097406a838a3c4625bb90447558200456c21accf1a6bf401b8a25dc15d62fef22fd54
|
|
@@ -34,7 +34,7 @@ module CoalescingPanda
|
|
|
34
34
|
ActionDispatch::Routing::Mapper.send :include, CoalescingPanda::RouteHelpers
|
|
35
35
|
end
|
|
36
36
|
|
|
37
|
-
|
|
37
|
+
config.after_initialize do |app|
|
|
38
38
|
ActiveSupport.on_load(:action_controller) do
|
|
39
39
|
#force the routes to load
|
|
40
40
|
Rails.application.reload_routes!
|
metadata
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: coalescing_panda
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.2.
|
|
4
|
+
version: 5.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathan Mills
|
|
8
8
|
- Cody Tanner
|
|
9
9
|
- Jake Sorce
|
|
10
|
-
autorequire:
|
|
10
|
+
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2023-
|
|
13
|
+
date: 2023-09-21 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rails
|
|
@@ -410,7 +410,7 @@ dependencies:
|
|
|
410
410
|
- - ">="
|
|
411
411
|
- !ruby/object:Gem::Version
|
|
412
412
|
version: '0'
|
|
413
|
-
description:
|
|
413
|
+
description:
|
|
414
414
|
email:
|
|
415
415
|
- nathanm@instructure.com
|
|
416
416
|
- ctanner@instructure.com
|
|
@@ -579,7 +579,7 @@ files:
|
|
|
579
579
|
homepage: http://www.instructure.com
|
|
580
580
|
licenses: []
|
|
581
581
|
metadata: {}
|
|
582
|
-
post_install_message:
|
|
582
|
+
post_install_message:
|
|
583
583
|
rdoc_options: []
|
|
584
584
|
require_paths:
|
|
585
585
|
- lib
|
|
@@ -595,7 +595,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
595
595
|
version: '0'
|
|
596
596
|
requirements: []
|
|
597
597
|
rubygems_version: 3.1.6
|
|
598
|
-
signing_key:
|
|
598
|
+
signing_key:
|
|
599
599
|
specification_version: 4
|
|
600
600
|
summary: Canvas LTI and OAUTH2 mountable engine
|
|
601
601
|
test_files:
|