judoscale-delayed_job 1.2.3 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +19 -19
- data/lib/judoscale/delayed_job/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4670cc9e6559b92fb8f3999fcfd39edffaad6eefb95335c91d81f3d0e6c47142
|
4
|
+
data.tar.gz: cedde8db604187364f37c97aade59d54c590c82e0f406fb2f7172b9244c74faf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8f8a8fe5d74f691a1ab9a3c7a2b4accdac0ced45a51b6f5c5bad63829ac425d3e5459c78e499b74ec42f76c245aa0d7c877bb3ef26e888818c49daaa67d9bcc3
|
7
|
+
data.tar.gz: d07ce9a905349683495728753c49c1f12a6d7671dbff17965444838ab44ff650d8a6537eb98c338bd317149011aba570504ad6d2283496f144bd92733ee7940c
|
data/Gemfile.lock
CHANGED
@@ -1,50 +1,50 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../judoscale-ruby
|
3
3
|
specs:
|
4
|
-
judoscale-ruby (1.
|
4
|
+
judoscale-ruby (1.3.0)
|
5
5
|
|
6
6
|
PATH
|
7
7
|
remote: .
|
8
8
|
specs:
|
9
|
-
judoscale-delayed_job (1.
|
9
|
+
judoscale-delayed_job (1.3.0)
|
10
10
|
delayed_job_active_record (>= 4.0)
|
11
|
-
judoscale-ruby (= 1.
|
11
|
+
judoscale-ruby (= 1.3.0)
|
12
12
|
|
13
13
|
GEM
|
14
14
|
remote: https://rubygems.org/
|
15
15
|
specs:
|
16
|
-
activemodel (7.0.2
|
17
|
-
activesupport (= 7.0.2
|
18
|
-
activerecord (7.0.2
|
19
|
-
activemodel (= 7.0.2
|
20
|
-
activesupport (= 7.0.2
|
21
|
-
activesupport (7.0.2
|
16
|
+
activemodel (7.0.4.2)
|
17
|
+
activesupport (= 7.0.4.2)
|
18
|
+
activerecord (7.0.4.2)
|
19
|
+
activemodel (= 7.0.4.2)
|
20
|
+
activesupport (= 7.0.4.2)
|
21
|
+
activesupport (7.0.4.2)
|
22
22
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
23
23
|
i18n (>= 1.6, < 2)
|
24
24
|
minitest (>= 5.1)
|
25
25
|
tzinfo (~> 2.0)
|
26
|
-
concurrent-ruby (1.
|
27
|
-
debug (1.
|
28
|
-
irb (>= 1.
|
26
|
+
concurrent-ruby (1.2.0)
|
27
|
+
debug (1.7.1)
|
28
|
+
irb (>= 1.5.0)
|
29
29
|
reline (>= 0.3.1)
|
30
30
|
delayed_job (4.1.11)
|
31
31
|
activesupport (>= 3.0, < 8.0)
|
32
32
|
delayed_job_active_record (4.1.7)
|
33
33
|
activerecord (>= 3.0, < 8.0)
|
34
34
|
delayed_job (>= 3.0, < 5)
|
35
|
-
i18n (1.
|
35
|
+
i18n (1.12.0)
|
36
36
|
concurrent-ruby (~> 1.0)
|
37
|
-
io-console (0.
|
38
|
-
irb (1.
|
37
|
+
io-console (0.6.0)
|
38
|
+
irb (1.6.2)
|
39
39
|
reline (>= 0.3.0)
|
40
|
-
minitest (5.
|
41
|
-
pg (1.
|
40
|
+
minitest (5.17.0)
|
41
|
+
pg (1.4.5)
|
42
42
|
rake (13.0.6)
|
43
43
|
rake-release (1.3.0)
|
44
44
|
bundler (>= 1.11, < 3)
|
45
|
-
reline (0.3.
|
45
|
+
reline (0.3.2)
|
46
46
|
io-console (~> 0.5)
|
47
|
-
tzinfo (2.0.
|
47
|
+
tzinfo (2.0.6)
|
48
48
|
concurrent-ruby (~> 1.0)
|
49
49
|
|
50
50
|
PLATFORMS
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: judoscale-delayed_job
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adam McCrea
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2023-02-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: judoscale-ruby
|
@@ -17,14 +17,14 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - '='
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: 1.
|
20
|
+
version: 1.3.0
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
25
|
- - '='
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: 1.
|
27
|
+
version: 1.3.0
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: delayed_job_active_record
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|