thecore_background_jobs 1.1.12 → 1.1.13

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: 205f7219863c17c818bf6e51bdf5f9c77556ec43
4
- data.tar.gz: 97acb0b2f9f0c686fa26bf82ef7fb4217adac24b
2
+ SHA256:
3
+ metadata.gz: 1f3b10d4a650d62f658922775e0112909ef28b6758fc0424f3d13a6a4617e554
4
+ data.tar.gz: 188ef9dc87d22fc4b2a85f5f67e553d1efe88614d85d2f737e17e0216ad3afbe
5
5
  SHA512:
6
- metadata.gz: ccc7b0474500dfe2c176d35dcce3a4d3dd22c82b09e82f10eb5a086e403e50f1c78fb334f35ae0dc543eb6bf738f679e693d48396c14fc9518c55a48ed0168d0
7
- data.tar.gz: 4b54c091d3fe9147f966b5aca065b4f5ad05de2f3421edf3be15dd7231c8ec23da6534a256d9679117ffe7ed5d6e898005208d147afaa2efddae31ca3760a0aa
6
+ metadata.gz: 6ba8182fb00a684913fc21f3c176c0ab3ad7eebf384c47de488ffa846059fe77640b8377a260e97bc7fbcc06185114e59406aa3af65db569b64ea3011d4b303b
7
+ data.tar.gz: 557007d0add6a03da3613ec1499361a08c03b9903295242728f4db578eaceed17a6a264ab9d046cce008485eea1a20d349ae4f8d9ad1a15379b44705fa9e02e8
@@ -3,7 +3,7 @@ module ThecoreBackgroundJobs
3
3
  class Engine < ::Rails::Engine
4
4
 
5
5
  initializer 'thecore_background_jobs.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 ThecoreBackgroundJobs
2
- VERSION = '1.1.12'
2
+ VERSION = '1.1.13'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_background_jobs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.12
4
+ version: 1.1.13
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-23 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
@@ -107,8 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
107
107
  - !ruby/object:Gem::Version
108
108
  version: '0'
109
109
  requirements: []
110
- rubyforge_project:
111
- rubygems_version: 2.6.14
110
+ rubygems_version: 3.0.1
112
111
  signing_key:
113
112
  specification_version: 4
114
113
  summary: Thecorized thecore_background_jobs