rails-autoscale-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: d24a4a9a41ccfb903b4701f3267dd91c556bf4e0f9d9954008b25d655813f7b9
4
- data.tar.gz: 052a2c305d0043a1a1d55758e8e78ae059d8161c0af4f0b0f2207cd85bec4d25
3
+ metadata.gz: 7cd02e4bdb0ec54752be1e4804cf1068c5727a238f99f1d32415dedc2f6142b6
4
+ data.tar.gz: 34ab5f34f34e3e3f4236e233a46b46375b27c6904d0f2413f48958766e6d4ce4
5
5
  SHA512:
6
- metadata.gz: e4e2fab9c77a235188b549823f096ab8d267e11ad5a0430c96b3bec26de35c120cbc61d9147599d3c9bbadbea1fa3230968439123ac3bd91f84574e1691828b5
7
- data.tar.gz: 744fd8ea75d69d54adce6b4567fb2f206ec694f640a6fdf5eb1ad3c21acdefe49020033f3a0892c2bd62628ba7ccf4881ebb6552a1097e5b45e8202b2201e3c9
6
+ metadata.gz: cbde91fc475887c9d681676a566ed0854d5c53c7a247537cbe92f5ceaea487c9d2d3563a10f28a14607a0e3cce134d826c7eebd9fa0127640e1a9f8a3687e531
7
+ data.tar.gz: 1524dcf8eeb8150a5eaca1d4e2ea6b93bd8a8df6ebfe12e66e98ef77cd7685268c3fc1e82d3e20b6e04fa5398d5be1dc7a7a0f982bec9f31bb7f2c84f74bf6aa
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: rails-autoscale-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: 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.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_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.