judoscale-good_job 1.3.1 → 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: f757dc550a69cc1b866548397402d84e58002dfa8c36d66d64c759c4e5e45877
4
- data.tar.gz: 13430416826d57f4e2f7f9af2d7f7dcc7a8497f8a41307d1252aa0795b07e001
3
+ metadata.gz: be48583153066248873e9d4f505a83a4058250331622588171f8a52405b4869e
4
+ data.tar.gz: 20c795f0719a03d6c4869483265b3aecbd4bff7dd260379f6247efcc5f44eea1
5
5
  SHA512:
6
- metadata.gz: 0f8efaca800f726bc98ec44104cee8620a8302972bdc803d7064496edacac4437794940ab981803c0eb7d425fdbd9e5074794130e7256817345b84ec956eb865
7
- data.tar.gz: 1c8f5c7d634f5e3a9e3ebf2bc5e371e56273cee4ffdedaaddd11755457077b3216fc3a2d4924ed9c89a8dd8270b66ac0ec89b3f5be4099451349af3034888562
6
+ metadata.gz: a7376e2905b23b1f3afa94b6dbedd0b03ffb586e073817ba7ac7874ed7488b59879bbdf2545ed05bfb24fdadf68ba9655ea89a7e9285f308db708531ea054d90
7
+ data.tar.gz: 54bbb39453ff145b8487b4422a6ebb47b3de8e4c244d2594c4f2d198a40d62c069d93721410de6cf2685e46187e046401a33b7e436444b3aaee89c9d8b7ff2ea
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: ../judoscale-ruby
3
3
  specs:
4
- judoscale-ruby (1.3.1)
4
+ judoscale-ruby (1.4.0)
5
5
 
6
6
  PATH
7
7
  remote: .
8
8
  specs:
9
- judoscale-good_job (1.3.1)
9
+ judoscale-good_job (1.4.0)
10
10
  good_job (>= 3.0)
11
- judoscale-ruby (= 1.3.1)
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.14.0)
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.2-arm64-darwin)
68
+ nokogiri (1.14.3-arm64-darwin)
69
69
  racc (~> 1.4)
70
- nokogiri (1.14.2-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.3)
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)
@@ -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.1"
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: judoscale-good_job
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
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-03-11 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: judoscale-ruby
@@ -17,14 +18,14 @@ dependencies:
17
18
  requirements:
18
19
  - - '='
19
20
  - !ruby/object:Gem::Version
20
- version: 1.3.1
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.1
28
+ version: 1.4.0
28
29
  - !ruby/object:Gem::Dependency
29
30
  name: good_job
30
31
  requirement: !ruby/object:Gem::Requirement
@@ -41,7 +42,7 @@ dependencies:
41
42
  version: '3.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: []