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
- SHA1:
3
- metadata.gz: 67d293a1250906f76719df5c34d5af6c9853a032
4
- data.tar.gz: e2f362ffb13f30426fae911e33823a2d77572bb9
2
+ SHA256:
3
+ metadata.gz: 738d29cdc44223302596a0f3adb0a0b5cf629ac62c0714324aa2376ce570dfef
4
+ data.tar.gz: 4de04b7d8ef34dcc1f36cef2a883503fbcaaa3ab325ffb265f7f57c90acdd05c
5
5
  SHA512:
6
- metadata.gz: dca87a4562a052cd507b1fa57e960cca90fa5069299ad4efecb0ca3d2cc4b9c003c3b17792621a74858c92570eea88c3e09f1d9ed7c454d637e33071434c7d13
7
- data.tar.gz: dfe5ead8f6a40b5f094dd98a4307453b7445d7b54aaed4c69397b382fc793b48cb18ac7c6718fc21bd633cbefbc7e63d2e9a096197f23647381c46a3313a1d58
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 == 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
@@ -1,3 +1,3 @@
1
1
  module ThecoreMssqlImporterCommon
2
- VERSION = '0.1.2'.freeze
2
+ VERSION = '0.1.3'.freeze
3
3
  end
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.2
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: 2018-09-03 00:00:00.000000000 Z
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
- rubyforge_project:
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