judoscale-good_job 1.5.1 → 1.5.3

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
2
  SHA256:
3
- metadata.gz: 96c008071eb3cd99781420169078ae2f3db2862942d927b21ad5814785a3232e
4
- data.tar.gz: a4693b9700d865cfdf971d8c2deb6dc79bc436e28fd349d59ee2af58fa6615b8
3
+ metadata.gz: 792e3b546a39613c5ee5dda4669bd25d13b756b8ae8c00e2b65bb9d15cc6bf03
4
+ data.tar.gz: d1c092c89906f65f52cfb8b67f7abe9e9dd41d1895ed3b121cdbf47c0501f6f3
5
5
  SHA512:
6
- metadata.gz: e247ea98ed1c04a514ad5a15a99cfd424935d09826654d3dd539f51d649874ca302d609aa170631329da5b2bd80906436a1c60ccd46362649a9f3c06e9a0fdbe
7
- data.tar.gz: 313577cdc97d7f5c5cad0c7831b692f305bf5fe5405c12c29f85dac8d2726caa5c616b83c6c77d80dce0ef5e343835ef0db37aefd565afb4f1fb81a7eea8c12f
6
+ metadata.gz: c859f513698c60e42757b3997f0ee267fb3f0ebeb925fcca7c8874a606946f504283cc94fc9a48d5cf7ab053bb7fc9ecaece0be8c9e607641b3ba0f95656fb31
7
+ data.tar.gz: ea6b7c4b1c95505f051eaf4e79144174da306d1c1418aca457187f614cb90af56ef9c9c96399c667c7a1b00ab9fd71b84587abc1b6a786027ddaff87bfd8a643
@@ -14,7 +14,7 @@ module Judoscale
14
14
  end
15
15
 
16
16
  def self.collect?(config)
17
- super && ActiveRecordHelper.table_exists?("good_jobs")
17
+ super && ActiveRecordHelper.table_exists_for_model?(::GoodJob::Execution)
18
18
  end
19
19
 
20
20
  def initialize
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Judoscale
4
4
  module GoodJob
5
- VERSION = "1.5.1"
5
+ VERSION = "1.5.3"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: judoscale-good_job
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam McCrea
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2023-08-09 00:00:00.000000000 Z
13
+ date: 2024-01-25 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: judoscale-ruby
@@ -18,14 +18,14 @@ dependencies:
18
18
  requirements:
19
19
  - - '='
20
20
  - !ruby/object:Gem::Version
21
- version: 1.5.1
21
+ version: 1.5.3
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
26
  - - '='
27
27
  - !ruby/object:Gem::Version
28
- version: 1.5.1
28
+ version: 1.5.3
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: good_job
31
31
  requirement: !ruby/object:Gem::Requirement
@@ -49,7 +49,6 @@ extra_rdoc_files: []
49
49
  files:
50
50
  - Gemfile
51
51
  - Gemfile-activerecord-6-1
52
- - Gemfile.lock
53
52
  - Rakefile
54
53
  - judoscale-good_job.gemspec
55
54
  - lib/judoscale-good_job.rb
data/Gemfile.lock DELETED
@@ -1,111 +0,0 @@
1
- PATH
2
- remote: ../judoscale-ruby
3
- specs:
4
- judoscale-ruby (1.5.1)
5
-
6
- PATH
7
- remote: .
8
- specs:
9
- judoscale-good_job (1.5.1)
10
- good_job (>= 3.0)
11
- judoscale-ruby (= 1.5.1)
12
-
13
- GEM
14
- remote: https://rubygems.org/
15
- specs:
16
- actionpack (7.0.4.2)
17
- actionview (= 7.0.4.2)
18
- activesupport (= 7.0.4.2)
19
- rack (~> 2.0, >= 2.2.0)
20
- rack-test (>= 0.6.3)
21
- rails-dom-testing (~> 2.0)
22
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
23
- actionview (7.0.4.2)
24
- activesupport (= 7.0.4.2)
25
- builder (~> 3.1)
26
- erubi (~> 1.4)
27
- rails-dom-testing (~> 2.0)
28
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
29
- activejob (7.0.4.2)
30
- activesupport (= 7.0.4.2)
31
- globalid (>= 0.3.6)
32
- activemodel (7.0.4.2)
33
- activesupport (= 7.0.4.2)
34
- activerecord (7.0.4.2)
35
- activemodel (= 7.0.4.2)
36
- activesupport (= 7.0.4.2)
37
- activesupport (7.0.4.2)
38
- concurrent-ruby (~> 1.0, >= 1.0.2)
39
- i18n (>= 1.6, < 2)
40
- minitest (>= 5.1)
41
- tzinfo (~> 2.0)
42
- builder (3.2.4)
43
- concurrent-ruby (1.2.0)
44
- crass (1.0.6)
45
- erubi (1.12.0)
46
- et-orbi (1.2.7)
47
- tzinfo
48
- fugit (1.8.1)
49
- et-orbi (~> 1, >= 1.2.7)
50
- raabro (~> 1.4)
51
- globalid (1.1.0)
52
- activesupport (>= 5.0)
53
- good_job (3.17.1)
54
- activejob (>= 6.0.0)
55
- activerecord (>= 6.0.0)
56
- concurrent-ruby (>= 1.0.2)
57
- fugit (>= 1.1)
58
- railties (>= 6.0.0)
59
- thor (>= 0.14.1)
60
- i18n (1.12.0)
61
- concurrent-ruby (~> 1.0)
62
- loofah (2.21.3)
63
- crass (~> 1.0.2)
64
- nokogiri (>= 1.12.0)
65
- method_source (1.0.0)
66
- minitest (5.17.0)
67
- nokogiri (1.15.3-arm64-darwin)
68
- racc (~> 1.4)
69
- nokogiri (1.15.3-x86_64-linux)
70
- racc (~> 1.4)
71
- pg (1.4.5)
72
- raabro (1.4.0)
73
- racc (1.7.1)
74
- rack (2.2.8)
75
- rack-test (2.1.0)
76
- rack (>= 1.3)
77
- rails-dom-testing (2.2.0)
78
- activesupport (>= 5.0.0)
79
- minitest
80
- nokogiri (>= 1.6)
81
- rails-html-sanitizer (1.6.0)
82
- loofah (~> 2.21)
83
- nokogiri (~> 1.14)
84
- railties (7.0.4.2)
85
- actionpack (= 7.0.4.2)
86
- activesupport (= 7.0.4.2)
87
- method_source
88
- rake (>= 12.2)
89
- thor (~> 1.0)
90
- zeitwerk (~> 2.5)
91
- rake (13.0.6)
92
- thor (1.2.2)
93
- tzinfo (2.0.6)
94
- concurrent-ruby (~> 1.0)
95
- zeitwerk (2.6.11)
96
-
97
- PLATFORMS
98
- arm64-darwin-21
99
- arm64-darwin-22
100
- x86_64-linux
101
-
102
- DEPENDENCIES
103
- activerecord
104
- judoscale-good_job!
105
- judoscale-ruby!
106
- minitest
107
- pg
108
- rake
109
-
110
- BUNDLED WITH
111
- 2.3.9