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 +5 -5
- data/lib/thecore_background_jobs/engine.rb +1 -1
- data/lib/thecore_background_jobs/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 1f3b10d4a650d62f658922775e0112909ef28b6758fc0424f3d13a6a4617e554
|
4
|
+
data.tar.gz: 188ef9dc87d22fc4b2a85f5f67e553d1efe88614d85d2f737e17e0216ad3afbe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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_background_jobs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
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:
|
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
|
-
|
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
|