rails-autoscale-good_job 1.3.0 → 1.4.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: 2a537e5391508df4ceec83d4f3e5f0a46352acc56607e61637e506d122d4b27c
4
- data.tar.gz: 593365c4b6af6247e511e7c0e014c7204890c511fb70bfe677ef17fc7b71ec87
3
+ metadata.gz: 5513ae2ed2c734b9a3e08b62d99f90ee2dbb64a70016173b769ff254c8e1a9b1
4
+ data.tar.gz: 5120daaa9e97e3afc9ecc3a263dafd422a4e6e1b9ccb4e2dc364d70d54f35128
5
5
  SHA512:
6
- metadata.gz: 4f8d693a9981a36f136512f3964d177a341d04136c4bec30400615ac589f8ae27ef2cdf098bbc4d2d6d0dcded1a3938173b0d79309ab10644b5614886855b93a
7
- data.tar.gz: 99413e1a1302a68ebfdefca1f5fa36f1b995858b78d04b734479d6ddf83cc9eb2c48efbf5ac641c96aea12c10a057d538ec14b2c487dd74fd8bf10fa9bda2f7e
6
+ metadata.gz: a04f9a996d0433494f11b1d591093b61a0b761fd8162cd29f58ae80ae8b24f2b773b4aae1c39efbb7462fc7d8387360757caf1acc535d21629803df810dc5c82
7
+ data.tar.gz: bd6be43994857871354da48e9bf83a67e67cbb1e5d817bec6ed1dc73bb74da58b97c1ab28b7ea9d4e5856af05f92670857de1271e1d5a6a31e45e7e2722608c9
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: ../judoscale-ruby
3
3
  specs:
4
- judoscale-ruby (1.3.0)
4
+ judoscale-ruby (1.4.0)
5
5
 
6
6
  PATH
7
7
  remote: .
8
8
  specs:
9
- judoscale-good_job (1.3.0)
9
+ judoscale-good_job (1.4.0)
10
10
  good_job (>= 3.0)
11
- judoscale-ruby (= 1.3.0)
11
+ judoscale-ruby (= 1.4.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.12.1)
53
+ good_job (3.15.2)
54
54
  activejob (>= 6.0.0)
55
55
  activerecord (>= 6.0.0)
56
56
  concurrent-ruby (>= 1.0.2)
@@ -60,20 +60,20 @@ GEM
60
60
  webrick (>= 1.3)
61
61
  i18n (1.12.0)
62
62
  concurrent-ruby (~> 1.0)
63
- loofah (2.19.1)
63
+ loofah (2.20.0)
64
64
  crass (~> 1.0.2)
65
65
  nokogiri (>= 1.5.9)
66
66
  method_source (1.0.0)
67
67
  minitest (5.17.0)
68
- nokogiri (1.14.1-arm64-darwin)
68
+ nokogiri (1.14.3-arm64-darwin)
69
69
  racc (~> 1.4)
70
- nokogiri (1.14.1-x86_64-linux)
70
+ nokogiri (1.14.3-x86_64-linux)
71
71
  racc (~> 1.4)
72
72
  pg (1.4.5)
73
73
  raabro (1.4.0)
74
74
  racc (1.6.2)
75
- rack (2.2.6.2)
76
- rack-test (2.0.2)
75
+ rack (2.2.6.4)
76
+ rack-test (2.1.0)
77
77
  rack (>= 1.3)
78
78
  rails-dom-testing (2.0.3)
79
79
  activesupport (>= 4.2.0)
@@ -94,7 +94,7 @@ GEM
94
94
  tzinfo (2.0.6)
95
95
  concurrent-ruby (~> 1.0)
96
96
  webrick (1.8.1)
97
- zeitwerk (2.6.6)
97
+ zeitwerk (2.6.7)
98
98
 
99
99
  PLATFORMS
100
100
  arm64-darwin-21
@@ -5,8 +5,8 @@ require "judoscale/good_job/version"
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "judoscale-good_job"
7
7
  spec.version = Judoscale::GoodJob::VERSION
8
- spec.authors = ["Adam McCrea", "Carlos Antonio da Silva"]
9
- spec.email = ["adam@adamlogic.com"]
8
+ spec.authors = ["Adam McCrea", "Carlos Antonio da Silva", "Jon Sullivan"]
9
+ spec.email = ["hello@judoscale.com"]
10
10
 
11
11
  spec.summary = "This gem provides GoodJob integration with the Judoscale autoscaling add-on for Heroku."
12
12
  spec.homepage = "https://judoscale.com"
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Judoscale
4
4
  module GoodJob
5
- VERSION = "1.3.0"
5
+ VERSION = "1.4.0"
6
6
  end
7
7
  end
@@ -5,8 +5,8 @@ require "judoscale/good_job/version"
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "rails-autoscale-good_job"
7
7
  spec.version = Judoscale::GoodJob::VERSION
8
- spec.authors = ["Adam McCrea", "Carlos Antonio da Silva"]
9
- spec.email = ["adam@adamlogic.com"]
8
+ spec.authors = ["Adam McCrea", "Carlos Antonio da Silva", "Jon Sullivan"]
9
+ spec.email = ["hello@judoscale.com"]
10
10
 
11
11
  spec.summary = "This gem provides GoodJob integration with the Judoscale autoscaling add-on for Heroku."
12
12
  spec.homepage = "https://judoscale.com"
metadata CHANGED
@@ -1,15 +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.3.0
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam McCrea
8
8
  - Carlos Antonio da Silva
9
+ - Jon Sullivan
9
10
  autorequire:
10
11
  bindir: bin
11
12
  cert_chain: []
12
- date: 2023-02-09 00:00:00.000000000 Z
13
+ date: 2023-04-21 00:00:00.000000000 Z
13
14
  dependencies:
14
15
  - !ruby/object:Gem::Dependency
15
16
  name: rails-autoscale-core
@@ -17,14 +18,14 @@ dependencies:
17
18
  requirements:
18
19
  - - '='
19
20
  - !ruby/object:Gem::Version
20
- version: 1.3.0
21
+ version: 1.4.0
21
22
  type: :runtime
22
23
  prerelease: false
23
24
  version_requirements: !ruby/object:Gem::Requirement
24
25
  requirements:
25
26
  - - '='
26
27
  - !ruby/object:Gem::Version
27
- version: 1.3.0
28
+ version: 1.4.0
28
29
  - !ruby/object:Gem::Dependency
29
30
  name: good_job_active_record
30
31
  requirement: !ruby/object:Gem::Requirement
@@ -41,7 +42,7 @@ dependencies:
41
42
  version: '4.0'
42
43
  description:
43
44
  email:
44
- - adam@adamlogic.com
45
+ - hello@judoscale.com
45
46
  executables: []
46
47
  extensions: []
47
48
  extra_rdoc_files: []