judoscale-good_job 1.4.1 → 1.5.1

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: 724e797e6841c292d972775a88905330c2362a4752b704140359d63afc1fe9d0
4
- data.tar.gz: 9560fddf908a859708dddd946ed862409b3e00d9aa57f3edb7bcc0fa5bb512bf
3
+ metadata.gz: 96c008071eb3cd99781420169078ae2f3db2862942d927b21ad5814785a3232e
4
+ data.tar.gz: a4693b9700d865cfdf971d8c2deb6dc79bc436e28fd349d59ee2af58fa6615b8
5
5
  SHA512:
6
- metadata.gz: e9678c9d015b72c7137b27a8da435f6d5ddc511005b16b0adda69561348077e6df8dc332d27c0e5f64bfe8b8e4ba41431010892f6ec390295a5bae73c654fbab
7
- data.tar.gz: 38206f97c3eab678ab466ca0c82e7afb2f3ba68937b19e7872d2a13999b4ef9fd9f907b05a8cbc6675cbd901756e0fcb8add0e8a5ce6080e7867cfb652442f35
6
+ metadata.gz: e247ea98ed1c04a514ad5a15a99cfd424935d09826654d3dd539f51d649874ca302d609aa170631329da5b2bd80906436a1c60ccd46362649a9f3c06e9a0fdbe
7
+ data.tar.gz: 313577cdc97d7f5c5cad0c7831b692f305bf5fe5405c12c29f85dac8d2726caa5c616b83c6c77d80dce0ef5e343835ef0db37aefd565afb4f1fb81a7eea8c12f
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: ../judoscale-ruby
3
3
  specs:
4
- judoscale-ruby (1.4.1)
4
+ judoscale-ruby (1.5.1)
5
5
 
6
6
  PATH
7
7
  remote: .
8
8
  specs:
9
- judoscale-good_job (1.4.1)
9
+ judoscale-good_job (1.5.1)
10
10
  good_job (>= 3.0)
11
- judoscale-ruby (= 1.4.1)
11
+ judoscale-ruby (= 1.5.1)
12
12
 
13
13
  GEM
14
14
  remote: https://rubygems.org/
@@ -50,36 +50,37 @@ GEM
50
50
  raabro (~> 1.4)
51
51
  globalid (1.1.0)
52
52
  activesupport (>= 5.0)
53
- good_job (3.15.7)
53
+ good_job (3.17.1)
54
54
  activejob (>= 6.0.0)
55
55
  activerecord (>= 6.0.0)
56
56
  concurrent-ruby (>= 1.0.2)
57
57
  fugit (>= 1.1)
58
58
  railties (>= 6.0.0)
59
59
  thor (>= 0.14.1)
60
- webrick (>= 1.3)
61
60
  i18n (1.12.0)
62
61
  concurrent-ruby (~> 1.0)
63
- loofah (2.20.0)
62
+ loofah (2.21.3)
64
63
  crass (~> 1.0.2)
65
- nokogiri (>= 1.5.9)
64
+ nokogiri (>= 1.12.0)
66
65
  method_source (1.0.0)
67
66
  minitest (5.17.0)
68
- nokogiri (1.14.3-arm64-darwin)
67
+ nokogiri (1.15.3-arm64-darwin)
69
68
  racc (~> 1.4)
70
- nokogiri (1.14.3-x86_64-linux)
69
+ nokogiri (1.15.3-x86_64-linux)
71
70
  racc (~> 1.4)
72
71
  pg (1.4.5)
73
72
  raabro (1.4.0)
74
- racc (1.6.2)
75
- rack (2.2.7)
73
+ racc (1.7.1)
74
+ rack (2.2.8)
76
75
  rack-test (2.1.0)
77
76
  rack (>= 1.3)
78
- rails-dom-testing (2.0.3)
79
- activesupport (>= 4.2.0)
77
+ rails-dom-testing (2.2.0)
78
+ activesupport (>= 5.0.0)
79
+ minitest
80
80
  nokogiri (>= 1.6)
81
- rails-html-sanitizer (1.5.0)
82
- loofah (~> 2.19, >= 2.19.1)
81
+ rails-html-sanitizer (1.6.0)
82
+ loofah (~> 2.21)
83
+ nokogiri (~> 1.14)
83
84
  railties (7.0.4.2)
84
85
  actionpack (= 7.0.4.2)
85
86
  activesupport (= 7.0.4.2)
@@ -88,14 +89,14 @@ GEM
88
89
  thor (~> 1.0)
89
90
  zeitwerk (~> 2.5)
90
91
  rake (13.0.6)
91
- thor (1.2.1)
92
+ thor (1.2.2)
92
93
  tzinfo (2.0.6)
93
94
  concurrent-ruby (~> 1.0)
94
- webrick (1.8.1)
95
- zeitwerk (2.6.8)
95
+ zeitwerk (2.6.11)
96
96
 
97
97
  PLATFORMS
98
98
  arm64-darwin-21
99
+ arm64-darwin-22
99
100
  x86_64-linux
100
101
 
101
102
  DEPENDENCIES
@@ -13,6 +13,10 @@ module Judoscale
13
13
  Judoscale::Config.instance.good_job
14
14
  end
15
15
 
16
+ def self.collect?(config)
17
+ super && ActiveRecordHelper.table_exists?("good_jobs")
18
+ end
19
+
16
20
  def initialize
17
21
  super
18
22
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Judoscale
4
4
  module GoodJob
5
- VERSION = "1.4.1"
5
+ VERSION = "1.5.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: judoscale-good_job
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam McCrea
8
8
  - Carlos Antonio da Silva
9
9
  - Jon Sullivan
10
- autorequire:
10
+ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2023-05-04 00:00:00.000000000 Z
13
+ date: 2023-08-09 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.4.1
21
+ version: 1.5.1
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.4.1
28
+ version: 1.5.1
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: good_job
31
31
  requirement: !ruby/object:Gem::Requirement
@@ -40,7 +40,7 @@ dependencies:
40
40
  - - ">="
41
41
  - !ruby/object:Gem::Version
42
42
  version: '3.0'
43
- description:
43
+ description:
44
44
  email:
45
45
  - hello@judoscale.com
46
46
  executables: []
@@ -67,7 +67,7 @@ metadata:
67
67
  documentation_uri: https://judoscale.com/docs
68
68
  changelog_uri: https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md
69
69
  source_code_uri: https://github.com/judoscale/judoscale-ruby
70
- post_install_message:
70
+ post_install_message:
71
71
  rdoc_options: []
72
72
  require_paths:
73
73
  - lib
@@ -82,8 +82,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  - !ruby/object:Gem::Version
83
83
  version: '0'
84
84
  requirements: []
85
- rubygems_version: 3.2.32
86
- signing_key:
85
+ rubygems_version: 3.4.10
86
+ signing_key:
87
87
  specification_version: 4
88
88
  summary: This gem provides GoodJob integration with the Judoscale autoscaling add-on
89
89
  for Heroku.