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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4aa99975b4999ce46493bc3d7fda0ec246daa558674c0346c6829d0d19e03c08
4
- data.tar.gz: 5531b85de8b5e82ff975bb86c91ae12e1da71762891e2cdd48c6eba01aa16abd
3
+ metadata.gz: 0ff79a0045d9ce6d7bc441835775dc872f1257c3a9e958ce9760b7cc45166bf9
4
+ data.tar.gz: 2069483ad4e45877780af43c0b2210db63bca59fd7060912528d8131fd13de7f
5
5
  SHA512:
6
- metadata.gz: 3c359e321015e63cee7bc0e8b05a94871c81c3dc03fd94bd2443c6ff8cfd78d78d44b0e59efbd4ac4c6489d5d4f6fa8226476dd829c8336628b7796f0f354f31
7
- data.tar.gz: a1d1829cd9e02b43c272f8160d3f9c94d05a121cfc57f07ca075c030b1ba507e211155c96b80f238edd36a5b21eebecb02517e087c85283957a020459560a8f9
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
- initializer 'coalescing_panda.route_options', :after => :disable_dependency_loading do |app|
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!
@@ -1,3 +1,3 @@
1
1
  module CoalescingPanda
2
- VERSION = '5.2.1'
2
+ VERSION = '5.2.2'
3
3
  end
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.1
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-06-28 00:00:00.000000000 Z
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: