rails-autoscale-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: d24a4a9a41ccfb903b4701f3267dd91c556bf4e0f9d9954008b25d655813f7b9
4
- data.tar.gz: 052a2c305d0043a1a1d55758e8e78ae059d8161c0af4f0b0f2207cd85bec4d25
3
+ metadata.gz: 47d5703b89278a2d3e4163b5b4fe524b33c0bbbf67fdd329dc6782c3c0c7d22c
4
+ data.tar.gz: 8b8f016990c02c05350b5cb0f57ebbd3fa1976e4075cea5490d7049d0a3fefa4
5
5
  SHA512:
6
- metadata.gz: e4e2fab9c77a235188b549823f096ab8d267e11ad5a0430c96b3bec26de35c120cbc61d9147599d3c9bbadbea1fa3230968439123ac3bd91f84574e1691828b5
7
- data.tar.gz: 744fd8ea75d69d54adce6b4567fb2f206ec694f640a6fdf5eb1ad3c21acdefe49020033f3a0892c2bd62628ba7ccf4881ebb6552a1097e5b45e8202b2201e3c9
6
+ metadata.gz: e4758e038e67c3941389daf52f45348702b775c49666072dcca55c38f413404ae5427a367be20b6dcb873f087bad1d34611500019d8a9f33f95920220c55fcbe
7
+ data.tar.gz: df8ca092155b178f77659d8cf50f2987abd40915efed4fa1b0c3772fbd826b6840543b89e71b6cfe450dbdfda126b35f9c98d2fdf498c14c3108c3789368534a
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: rails-autoscale-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: rails-autoscale-core
@@ -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_active_record
31
31
  requirement: !ruby/object:Gem::Requirement
@@ -40,7 +40,7 @@ dependencies:
40
40
  - - ">="
41
41
  - !ruby/object:Gem::Version
42
42
  version: '4.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.