judoscale-good_job 1.5.4 → 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: 87e988a5e340a8a43fa267d1524dc5dde0c0606004c0cc2cfda1fd292fb4f911
4
- data.tar.gz: 82fd1dd3077820d337c64895ac5fe918baf8e16e195d42e85af36fc2a1468d8c
3
+ metadata.gz: 1df50c38532a91549a2939e7b1e5f79fbcb6ec2be58ba804a7fbb45996a2d8fd
4
+ data.tar.gz: 1650b18d7167261fa17579ea94ceed78c9223d41bb279c4468db786fa5ea10b8
5
5
  SHA512:
6
- metadata.gz: 2366f609dc0e78e32a040e7e04ec45b16bbb205cf18757fe4f4dd3a1a2378b6a1eb5addd9373986dc6dd926cbd3e9afdf77097f845d59e6d15ea18bb73ac29ef
7
- data.tar.gz: e16740e7e68e4a50a4d45fb8a50202de7bcf34edb186a2ab15c487ba9a1f1c144417089dd3671991517db78cb6ba600730c38d13053df15d576421a764b3c60d
6
+ metadata.gz: 4c6ff8f697a5a3ab169560b97a2916fcfa13c7ab9d663cdada7deb0c36226ce770386cb9bb3dff92529b04a1e5a2ffc2b6c908c02be17b22a6564cd42a36ac6e
7
+ data.tar.gz: eb0ccceeb377d0c39e03627671150a09db5ff7f94b52bd139f267d82166f98df7c1ce2845ceb702a812c83114079bbcd97b62509d2229b1ce16c7209a1f56571
@@ -0,0 +1,9 @@
1
+ source "https://rubygems.org"
2
+
3
+ gemspec name: "judoscale-good_job"
4
+
5
+ gem "judoscale-ruby", path: "../judoscale-ruby"
6
+ gem "activerecord", "~> 7.0"
7
+ gem "pg"
8
+ gem "minitest"
9
+ gem "rake"
@@ -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.5.4"
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
 
@@ -26,5 +26,5 @@ Gem::Specification.new do |spec|
26
26
  spec.required_ruby_version = ">= 2.6.0"
27
27
 
28
28
  spec.add_dependency "rails-autoscale-core", Judoscale::GoodJob::VERSION
29
- spec.add_dependency "good_job_active_record", ">= 4.0"
29
+ spec.add_dependency "good_job", ">= 3.0"
30
30
  end
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.5.4
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-02-07 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.5.4
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.5.4
28
+ version: 1.7.0
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: good_job
31
31
  requirement: !ruby/object:Gem::Requirement
@@ -49,6 +49,7 @@ extra_rdoc_files: []
49
49
  files:
50
50
  - Gemfile
51
51
  - Gemfile-activerecord-6-1
52
+ - Gemfile-activerecord-7-0
52
53
  - Rakefile
53
54
  - judoscale-good_job.gemspec
54
55
  - lib/judoscale-good_job.rb
@@ -84,6 +85,5 @@ requirements: []
84
85
  rubygems_version: 3.4.10
85
86
  signing_key:
86
87
  specification_version: 4
87
- summary: This gem provides GoodJob integration with the Judoscale autoscaling add-on
88
- for Heroku.
88
+ summary: Autoscaling for Good Job workers.
89
89
  test_files: []