thecore_servers 1.1.0 → 1.1.1
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 +5 -5
- data/lib/thecore_servers/engine.rb +1 -1
- data/lib/thecore_servers/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: fb7fc3a0a3b08fc483854ed1f0e97f286785893f14babe746a3e84dee1d1b49b
|
|
4
|
+
data.tar.gz: e34f659f8f8d477514f2d85920b5cee1ed8945344fcab0258e9e494fc449c704
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a66980310fe4372e9998af7a882cb85af3f71df0e7eb61e4a56d8a724201c25c7a9a9c3c129d077488c7468ac0d9e7c7e14944915ba6ef3a378abcb36784dfad
|
|
7
|
+
data.tar.gz: 2296e65fefb55000ad0803abc1522896dc26951e51bf213f158e17193b87871abee04ff3daaa0d75d82806364f6b285a0de1143771ef8d655266f71dc66a5ae5
|
|
@@ -3,7 +3,7 @@ module ThecoreServers
|
|
|
3
3
|
class Engine < ::Rails::Engine
|
|
4
4
|
|
|
5
5
|
initializer 'thecore_servers.add_to_migrations' do |app|
|
|
6
|
-
unless app.root.to_s
|
|
6
|
+
unless app.root.to_s.match root.to_s
|
|
7
7
|
# APPEND TO MAIN APP MIGRATIONS FROM THIS GEM
|
|
8
8
|
config.paths['db/migrate'].expanded.each do |expanded_path|
|
|
9
9
|
app.config.paths['db/migrate'] << expanded_path
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: thecore_servers
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gabriele Tassoni
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-04-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thecore
|
|
@@ -68,8 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
69
|
version: '0'
|
|
70
70
|
requirements: []
|
|
71
|
-
|
|
72
|
-
rubygems_version: 2.6.14
|
|
71
|
+
rubygems_version: 3.0.1
|
|
73
72
|
signing_key:
|
|
74
73
|
specification_version: 4
|
|
75
74
|
summary: Thecorized thecore_servers
|