thecore_mssql_importer_common 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 738d29cdc44223302596a0f3adb0a0b5cf629ac62c0714324aa2376ce570dfef
|
4
|
+
data.tar.gz: 4de04b7d8ef34dcc1f36cef2a883503fbcaaa3ab325ffb265f7f57c90acdd05c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2468c3f9eae53c9dbae8370d890429dd383504bc0d89a586201664783dbecd554441c309b07535ddc713af342221d25fba1d558d0b48f7b4e0ecc3e479d8fdb1
|
7
|
+
data.tar.gz: 33f6fee31857f9066e3219bcc37728c0411e2ee4b16215e644a7b9add256fcd5e4dfb8eaf503a3264f551e1b94db0173184ff45ed4e0d25940feb9d7f215e9a4
|
@@ -3,7 +3,7 @@ module ThecoreMssqlImporterCommon
|
|
3
3
|
class Engine < ::Rails::Engine
|
4
4
|
|
5
5
|
initializer 'thecore_mssql_importer_common.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_mssql_importer_common
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
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
|
@@ -88,8 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
88
88
|
- !ruby/object:Gem::Version
|
89
89
|
version: '0'
|
90
90
|
requirements: []
|
91
|
-
|
92
|
-
rubygems_version: 2.6.14
|
91
|
+
rubygems_version: 3.0.1
|
93
92
|
signing_key:
|
94
93
|
specification_version: 4
|
95
94
|
summary: Thecorized thecore_mssql_importer_common
|