judoscale-good_job 1.4.1 → 1.5.0

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: 4c7d5115cb0826782a9cbfebae6ebd9342c53ff8b3f099fc22ae28f178b63b48
4
+ data.tar.gz: 3c4b7de804f9931e003c2811d3098da0e7041ae01986f16ca599d18839607d7b
5
5
  SHA512:
6
- metadata.gz: e9678c9d015b72c7137b27a8da435f6d5ddc511005b16b0adda69561348077e6df8dc332d27c0e5f64bfe8b8e4ba41431010892f6ec390295a5bae73c654fbab
7
- data.tar.gz: 38206f97c3eab678ab466ca0c82e7afb2f3ba68937b19e7872d2a13999b4ef9fd9f907b05a8cbc6675cbd901756e0fcb8add0e8a5ce6080e7867cfb652442f35
6
+ metadata.gz: ed22f0d35b3b0c8933609a8b79fbaa94aae7ae1002266dfc5eed999cfc974a2d64bec6c8b2b6cdf45a6fda1c564004a1a640db820fceae962395ce701fe221c9
7
+ data.tar.gz: 3fcded7ed4cdd5d5620e14f50c2b98d9b1ab16cf5c75bfe79a7035cbbdcb4154c6ecae46c4331d4179d446715ff0a510a7f65794780f3a8eda6ae129e6e74529
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.0)
5
5
 
6
6
  PATH
7
7
  remote: .
8
8
  specs:
9
- judoscale-good_job (1.4.1)
9
+ judoscale-good_job (1.5.0)
10
10
  good_job (>= 3.0)
11
- judoscale-ruby (= 1.4.1)
11
+ judoscale-ruby (= 1.5.0)
12
12
 
13
13
  GEM
14
14
  remote: https://rubygems.org/
@@ -50,7 +50,7 @@ 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.16.3)
54
54
  activejob (>= 6.0.0)
55
55
  activerecord (>= 6.0.0)
56
56
  concurrent-ruby (>= 1.0.2)
@@ -60,26 +60,28 @@ GEM
60
60
  webrick (>= 1.3)
61
61
  i18n (1.12.0)
62
62
  concurrent-ruby (~> 1.0)
63
- loofah (2.20.0)
63
+ loofah (2.21.3)
64
64
  crass (~> 1.0.2)
65
- nokogiri (>= 1.5.9)
65
+ nokogiri (>= 1.12.0)
66
66
  method_source (1.0.0)
67
67
  minitest (5.17.0)
68
- nokogiri (1.14.3-arm64-darwin)
68
+ nokogiri (1.15.3-arm64-darwin)
69
69
  racc (~> 1.4)
70
- nokogiri (1.14.3-x86_64-linux)
70
+ nokogiri (1.15.3-x86_64-linux)
71
71
  racc (~> 1.4)
72
72
  pg (1.4.5)
73
73
  raabro (1.4.0)
74
- racc (1.6.2)
74
+ racc (1.7.1)
75
75
  rack (2.2.7)
76
76
  rack-test (2.1.0)
77
77
  rack (>= 1.3)
78
- rails-dom-testing (2.0.3)
79
- activesupport (>= 4.2.0)
78
+ rails-dom-testing (2.1.1)
79
+ activesupport (>= 5.0.0)
80
+ minitest
80
81
  nokogiri (>= 1.6)
81
- rails-html-sanitizer (1.5.0)
82
- loofah (~> 2.19, >= 2.19.1)
82
+ rails-html-sanitizer (1.6.0)
83
+ loofah (~> 2.21)
84
+ nokogiri (~> 1.14)
83
85
  railties (7.0.4.2)
84
86
  actionpack (= 7.0.4.2)
85
87
  activesupport (= 7.0.4.2)
@@ -88,7 +90,7 @@ GEM
88
90
  thor (~> 1.0)
89
91
  zeitwerk (~> 2.5)
90
92
  rake (13.0.6)
91
- thor (1.2.1)
93
+ thor (1.2.2)
92
94
  tzinfo (2.0.6)
93
95
  concurrent-ruby (~> 1.0)
94
96
  webrick (1.8.1)
@@ -96,6 +98,7 @@ GEM
96
98
 
97
99
  PLATFORMS
98
100
  arm64-darwin-21
101
+ arm64-darwin-22
99
102
  x86_64-linux
100
103
 
101
104
  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.0"
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.0
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-07-21 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.0
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.0
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.