thecore_print_with_template 0.1.1 → 0.1.2
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: 807c2228e6b81c5e3dcb9e5972fa09ab9e937449ab4511fe03a97bbe559642d7
|
4
|
+
data.tar.gz: 57ada5fe3fd44c1dbef58e5ebc8891b086913dcdb970f771c36f3fcb9a60f06a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cec82300f4abd1bbec7f5850e1664c124f98a9555857c5dbed12b506507182582239ec0bfa5b6eb5a8a018e7c1f4762a93e41873baae27fe765bd0c29ad0599d
|
7
|
+
data.tar.gz: 678b752a1f0d9997d24e3f733876a405b300b268c5a4be39f8097fa217b97f1161f15ed603fd1a87209bf826e01a72065ebbb611ce9b325c0082ade15aaa18aa
|
@@ -2,7 +2,7 @@ module ThecorePrintWithTemplate
|
|
2
2
|
class Engine < ::Rails::Engine
|
3
3
|
|
4
4
|
initializer 'thecore_print_with_template.add_to_migrations' do |app|
|
5
|
-
unless app.root.to_s
|
5
|
+
unless app.root.to_s.match root.to_s
|
6
6
|
# APPEND TO MAIN APP MIGRATIONS FROM THIS GEM
|
7
7
|
config.paths['db/migrate'].expanded.each do |expanded_path|
|
8
8
|
app.config.paths['db/migrate'] << expanded_path
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thecore_print_with_template
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
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
|
@@ -81,8 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '0'
|
83
83
|
requirements: []
|
84
|
-
|
85
|
-
rubygems_version: 2.6.14
|
84
|
+
rubygems_version: 3.0.1
|
86
85
|
signing_key:
|
87
86
|
specification_version: 4
|
88
87
|
summary: Thecorized thecore_print_with_template
|