rails-autoscale-good_job 1.6.0 → 1.7.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: 32cf2d93e03b5834c1b2359600690e2ecd6d5fdc9e1e7db839f784ab07a9ee95
4
- data.tar.gz: 9b588b7d92a75a2045095306958e498aeabd648cf793a6ef8d23f026fab4c93e
3
+ metadata.gz: fae95bbc32105e0e62223062716646d4b69d45d014f48650fa0cfca4c8a4dcd3
4
+ data.tar.gz: bd88d5a40f59d833445a64cb6db5cf0ca9e8d925653481bfa97913c93474405d
5
5
  SHA512:
6
- metadata.gz: 27d57318b4239b43b77b14bf1baea346662d0a01088acd172657d07cd784ec31f4b276527046fa1721d6df486edd8caa7c1cbaa351266aff78b8719d14ae8939
7
- data.tar.gz: e118aafbb003f50b55d8c9e6c595894e9771103d143ae950483d83dfb2f49f85a0f177d10be5349496ff07c294d15e77d720482504fafc662c96a1708e3b645b
6
+ metadata.gz: e452af9304d4a60c7868327b62ae21bccbf9d476d4fe6eb7e5bd468cb3d11760d04a79731a7f6216ab8b3592710de31b03cfba7b0b1de8b0d32e76ccb0a6adf1
7
+ data.tar.gz: 680671ce600b136d81854326305d2a7d78a62e70ba254aca6f080bb7de14d5d6313a5a44aa493400e4013779c2b44bfa6da05237419d4c82a547a616fcfa5db3
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["Adam McCrea", "Carlos Antonio da Silva", "Jon Sullivan"]
9
9
  spec.email = ["hello@judoscale.com"]
10
10
 
11
- spec.summary = "This gem provides GoodJob integration with the Judoscale autoscaling add-on for Heroku."
11
+ spec.summary = "Autoscaling for Good Job workers."
12
12
  spec.homepage = "https://judoscale.com"
13
13
  spec.license = "MIT"
14
14
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Judoscale
4
4
  module GoodJob
5
- VERSION = "1.6.0"
5
+ VERSION = "1.7.0"
6
6
  end
7
7
  end
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["Adam McCrea", "Carlos Antonio da Silva", "Jon Sullivan"]
9
9
  spec.email = ["hello@judoscale.com"]
10
10
 
11
- spec.summary = "This gem provides GoodJob integration with the Judoscale autoscaling add-on for Heroku."
11
+ spec.summary = "Autoscaling for Good Job workers."
12
12
  spec.homepage = "https://judoscale.com"
13
13
  spec.license = "MIT"
14
14
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-autoscale-good_job
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam McCrea
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2024-04-26 00:00:00.000000000 Z
13
+ date: 2024-05-03 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.6.0
21
+ version: 1.7.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.6.0
28
+ version: 1.7.0
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: good_job
31
31
  requirement: !ruby/object:Gem::Requirement
@@ -85,6 +85,5 @@ requirements: []
85
85
  rubygems_version: 3.4.10
86
86
  signing_key:
87
87
  specification_version: 4
88
- summary: This gem provides GoodJob integration with the Judoscale autoscaling add-on
89
- for Heroku.
88
+ summary: Autoscaling for Good Job workers.
90
89
  test_files: []