rails-autoscale-good_job 1.4.0 → 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: 5513ae2ed2c734b9a3e08b62d99f90ee2dbb64a70016173b769ff254c8e1a9b1
4
- data.tar.gz: 5120daaa9e97e3afc9ecc3a263dafd422a4e6e1b9ccb4e2dc364d70d54f35128
3
+ metadata.gz: 47d5703b89278a2d3e4163b5b4fe524b33c0bbbf67fdd329dc6782c3c0c7d22c
4
+ data.tar.gz: 8b8f016990c02c05350b5cb0f57ebbd3fa1976e4075cea5490d7049d0a3fefa4
5
5
  SHA512:
6
- metadata.gz: a04f9a996d0433494f11b1d591093b61a0b761fd8162cd29f58ae80ae8b24f2b773b4aae1c39efbb7462fc7d8387360757caf1acc535d21629803df810dc5c82
7
- data.tar.gz: bd6be43994857871354da48e9bf83a67e67cbb1e5d817bec6ed1dc73bb74da58b97c1ab28b7ea9d4e5856af05f92670857de1271e1d5a6a31e45e7e2722608c9
6
+ metadata.gz: e4758e038e67c3941389daf52f45348702b775c49666072dcca55c38f413404ae5427a367be20b6dcb873f087bad1d34611500019d8a9f33f95920220c55fcbe
7
+ data.tar.gz: df8ca092155b178f77659d8cf50f2987abd40915efed4fa1b0c3772fbd826b6840543b89e71b6cfe450dbdfda126b35f9c98d2fdf498c14c3108c3789368534a
data/Gemfile CHANGED
@@ -7,4 +7,3 @@ gem "activerecord"
7
7
  gem "pg"
8
8
  gem "minitest"
9
9
  gem "rake"
10
- gem "rake-release"
@@ -7,4 +7,3 @@ gem "activerecord", "~> 6.1"
7
7
  gem "pg"
8
8
  gem "minitest"
9
9
  gem "rake"
10
- gem "rake-release"
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: ../judoscale-ruby
3
3
  specs:
4
- judoscale-ruby (1.4.0)
4
+ judoscale-ruby (1.5.0)
5
5
 
6
6
  PATH
7
7
  remote: .
8
8
  specs:
9
- judoscale-good_job (1.4.0)
9
+ judoscale-good_job (1.5.0)
10
10
  good_job (>= 3.0)
11
- judoscale-ruby (= 1.4.0)
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.2)
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)
75
- rack (2.2.6.4)
74
+ racc (1.7.1)
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,16 +90,15 @@ GEM
88
90
  thor (~> 1.0)
89
91
  zeitwerk (~> 2.5)
90
92
  rake (13.0.6)
91
- rake-release (1.3.0)
92
- bundler (>= 1.11, < 3)
93
- thor (1.2.1)
93
+ thor (1.2.2)
94
94
  tzinfo (2.0.6)
95
95
  concurrent-ruby (~> 1.0)
96
96
  webrick (1.8.1)
97
- zeitwerk (2.6.7)
97
+ zeitwerk (2.6.8)
98
98
 
99
99
  PLATFORMS
100
100
  arm64-darwin-21
101
+ arm64-darwin-22
101
102
  x86_64-linux
102
103
 
103
104
  DEPENDENCIES
@@ -107,7 +108,6 @@ DEPENDENCIES
107
108
  minitest
108
109
  pg
109
110
  rake
110
- rake-release
111
111
 
112
112
  BUNDLED WITH
113
113
  2.3.9
data/Rakefile CHANGED
@@ -1,6 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require "rake/release"
4
3
  require "rake/testtask"
5
4
 
6
5
  Rake::TestTask.new(:test) do |t|
@@ -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.0"
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.0
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-04-21 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.0
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.0
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.