thecore_settings 1.1.13 → 1.1.14
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/thecore_settings/engine.rb +1 -1
- data/lib/thecore_settings/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a96e5d7a1b36eeb6da6a295aecca0c3dba22f2b24c67fb61ecad1c60bc593012
|
|
4
|
+
data.tar.gz: 2220bc09c4a34fa88fb1fcf441b9f288a661baca4771e485d6fa12b2d6145e10
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 488b88f46e62c56d61c1de2a94d036e6b20c50c9b981e06c8c8b8f3d2f83faa2e1b731acbe6257f48aaffc8d4c79d00078e204ce68c5471a30597383049e9829
|
|
7
|
+
data.tar.gz: a35afa1b206061c9a1347e567cd2d0bfc6d25a958c3351f11e787cd2ae08814a626556f992d762b57b1f9c9db37f6774903c47f6033891902dffeda5cee3dfae
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
module ThecoreSettings
|
|
2
2
|
class Engine < ::Rails::Engine
|
|
3
3
|
initializer "thecore_settings.add_to_migrations" do |app|
|
|
4
|
-
unless app.root.to_s
|
|
4
|
+
unless app.root.to_s.match root.to_s
|
|
5
5
|
# APPEND TO MAIN APP MIGRATIONS FROM THIS GEM
|
|
6
6
|
config.paths["db/migrate"].expanded.each do |expanded_path|
|
|
7
7
|
app.config.paths["db/migrate"] << expanded_path
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: thecore_settings
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gabriele Tassoni
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-04-
|
|
11
|
+
date: 2019-04-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thecore
|
|
@@ -177,8 +177,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
177
177
|
- !ruby/object:Gem::Version
|
|
178
178
|
version: '0'
|
|
179
179
|
requirements: []
|
|
180
|
-
|
|
181
|
-
rubygems_version: 2.7.7
|
|
180
|
+
rubygems_version: 3.0.1
|
|
182
181
|
signing_key:
|
|
183
182
|
specification_version: 4
|
|
184
183
|
summary: Adds settings section.
|