panda_pal 5.14.0.beta3 → 5.14.0.beta4

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: 6cd590efd3af03ed86a77935eb747dc0dc14783fa4eb03fadaf86c7fe38eb111
4
- data.tar.gz: 4f2de47f3b7fdb42e9b91b7e3e4b1ae8c11df85d149aff4e98e8637ac92e47c2
3
+ metadata.gz: 2d4a90a987ce86beeffae59c66c350d8c1c3f4e4d0f18c63379a9f7e7014bc26
4
+ data.tar.gz: ea34c39f969a62ba8ce313fb316b6ae54dc6db3c6027dd683ad67191708484c6
5
5
  SHA512:
6
- metadata.gz: 8cdff72e6ea5dffe02b7f4446e5d2ded9d943a9820807b2439d7c1a64e5c83962e0ef7c2c6f853cff5d04cd9cbaf7ce44878dddf275204c5744988a9e4011cec
7
- data.tar.gz: 5c8b45d8a3ded50444d900211901a82d871270e8980360f7c6293f8c6a93f7609394d3c7f9d05e8cfa43dbf085e9b535dc9624f9bf8ab98d44fc107db025c4d3
6
+ metadata.gz: 61f3853d04463655267c9107c07f819858daf4f21f06724a2e4d1a84623c74be983f9f69040f9cd7dc9231efef51f3b806e2390028fe7fcab7feb2ae0d4ef469
7
+ data.tar.gz: d68ed40aac052cecf6d972f201c949fc8766e365eecfb5ea7c0dbb835d477ee81ba26f0756e048250edd36ef029b83203a2fab6e57738dee9ff03b3aa23520bc
@@ -15,11 +15,9 @@ module PandaPal
15
15
  end
16
16
 
17
17
  initializer :append_migrations do |app|
18
- expanded = []
19
18
  config.paths["db/migrate"].expanded.each do |expanded_path|
20
- expanded << expanded_path
19
+ app.config.paths["db/migrate"] << expanded_path
21
20
  end
22
- config.paths["db/migrate"] = expanded.uniq
23
21
  # Apartment will modify this, but it doesn't fully support engine migrations, so we'll reset it here
24
22
  ActiveRecord::Migrator.migrations_paths = Rails.application.paths['db/migrate'].to_a
25
23
  end
@@ -1,3 +1,3 @@
1
1
  module PandaPal
2
- VERSION = "5.14.0.beta3"
2
+ VERSION = "5.14.0.beta4"
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.14.0.beta3
4
+ version: 5.14.0.beta4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Instructure CustomDev