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
- SHA1:
3
- metadata.gz: f5425a69882e40d77258e551ee30cebe70248c64
4
- data.tar.gz: 8a7909f77bf1b5a8f81ac2d87616d9c38428eb48
2
+ SHA256:
3
+ metadata.gz: 807c2228e6b81c5e3dcb9e5972fa09ab9e937449ab4511fe03a97bbe559642d7
4
+ data.tar.gz: 57ada5fe3fd44c1dbef58e5ebc8891b086913dcdb970f771c36f3fcb9a60f06a
5
5
  SHA512:
6
- metadata.gz: 70aa597f3c8705bfa8c5616d6dda299884a63153ae6e30a5ea6baa2e4f410411e8d9660fc1662e35c70184cce3ce72228d6c0a6e3cdc8008aaf503fcdcf00e88
7
- data.tar.gz: 453ba8d4bbdde8020e4054ad9567492cfdd18192af709a4302217b7b8b50a5b795ffeaf20af226d6771289b375a69deb23d368df6a191ab12fb4ea15fc566360
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 == 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
@@ -1,3 +1,3 @@
1
1
  module ThecorePrintWithTemplate
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'.freeze
3
3
  end
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.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: 2018-10-22 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
@@ -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
- rubyforge_project:
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