judoscale-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: 1b29423f36a23103bcfb21813aa4ddd13b08cec0c624946ccdeb35c7a64a6f7c
4
- data.tar.gz: da4aa54db78cbd3c80d300ed3ce7c656da96e4f7c4efd9c9c2d4dcee18c43d7b
3
+ metadata.gz: 1df50c38532a91549a2939e7b1e5f79fbcb6ec2be58ba804a7fbb45996a2d8fd
4
+ data.tar.gz: 1650b18d7167261fa17579ea94ceed78c9223d41bb279c4468db786fa5ea10b8
5
5
  SHA512:
6
- metadata.gz: 60efb7fa397ca0bcdc6e64f7f0b74721dafe3cd0d540dc9ea61e7c1fd969c17ef6ea43d6d90855204900ccb253f5569b3102123bcec503fae7fadab94368d20d
7
- data.tar.gz: ab2986e2b9b6af9e40c9439878572b976a1be52ba95b19bba3492548661965bab177cbe20a0af73bf0ffe2dc08f9db39c13aa43cd941cbdfff6ea162b0986820
6
+ metadata.gz: 4c6ff8f697a5a3ab169560b97a2916fcfa13c7ab9d663cdada7deb0c36226ce770386cb9bb3dff92529b04a1e5a2ffc2b6c908c02be17b22a6564cd42a36ac6e
7
+ data.tar.gz: eb0ccceeb377d0c39e03627671150a09db5ff7f94b52bd139f267d82166f98df7c1ce2845ceb702a812c83114079bbcd97b62509d2229b1ce16c7209a1f56571
@@ -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: judoscale-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: judoscale-ruby
@@ -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: []