judoscale-good_job 1.6.0 → 1.7.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/judoscale/good_job.rb +2 -2
- metadata +12 -15
- data/Gemfile +0 -9
- data/Gemfile-activerecord-6-1 +0 -9
- data/Gemfile-activerecord-7-0 +0 -9
- data/Rakefile +0 -11
- data/judoscale-good_job.gemspec +0 -30
- data/lib/judoscale/good_job/version.rb +0 -7
- data/lib/rails-autoscale-good_job.rb +0 -3
- data/rails-autoscale-good_job.gemspec +0 -30
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c0f5d1258c1984ca9b01d8f13fd925cdaf3e3ea1d4f930619f0ace8360a715e7
|
4
|
+
data.tar.gz: 77076fa9d655f651231208ee4021a9f728f9497d26f3cf2c7082e796d238863e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e43107bce2519b653db1cbe2267d242bc8aa5e68a35857bc6420689e667b0f8c7cd75a7d430574957572c8f47dc37c266de6eb91e04034b18fdd95301924eedd
|
7
|
+
data.tar.gz: 064d96dec45d79e74111a52a652f8a933bae3093d7d2810d2ed4d49a170b3e2a72bc8c24e189396bc0d6cddb22221b2f3b0afa387e5b867ad72088b315fd9b19
|
data/lib/judoscale/good_job.rb
CHANGED
@@ -7,12 +7,12 @@ require "active_job/railtie"
|
|
7
7
|
require "good_job"
|
8
8
|
require "judoscale-ruby"
|
9
9
|
require "judoscale/config"
|
10
|
-
require "judoscale/
|
10
|
+
require "judoscale/version"
|
11
11
|
require "judoscale/good_job/metrics_collector"
|
12
12
|
|
13
13
|
Judoscale.add_adapter :"judoscale-good_job",
|
14
14
|
{
|
15
|
-
adapter_version: Judoscale::
|
15
|
+
adapter_version: Judoscale::VERSION,
|
16
16
|
framework_version: ::GoodJob::VERSION
|
17
17
|
},
|
18
18
|
metrics_collector: Judoscale::GoodJob::MetricsCollector,
|
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.
|
4
|
+
version: 1.7.1
|
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-
|
13
|
+
date: 2024-07-08 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.
|
21
|
+
version: 1.7.1
|
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.
|
28
|
+
version: 1.7.1
|
29
29
|
- !ruby/object:Gem::Dependency
|
30
30
|
name: good_job
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
@@ -33,6 +33,9 @@ dependencies:
|
|
33
33
|
- - ">="
|
34
34
|
- !ruby/object:Gem::Version
|
35
35
|
version: '3.0'
|
36
|
+
- - "<"
|
37
|
+
- !ruby/object:Gem::Version
|
38
|
+
version: '4.0'
|
36
39
|
type: :runtime
|
37
40
|
prerelease: false
|
38
41
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -40,6 +43,9 @@ dependencies:
|
|
40
43
|
- - ">="
|
41
44
|
- !ruby/object:Gem::Version
|
42
45
|
version: '3.0'
|
46
|
+
- - "<"
|
47
|
+
- !ruby/object:Gem::Version
|
48
|
+
version: '4.0'
|
43
49
|
description:
|
44
50
|
email:
|
45
51
|
- hello@judoscale.com
|
@@ -47,17 +53,9 @@ executables: []
|
|
47
53
|
extensions: []
|
48
54
|
extra_rdoc_files: []
|
49
55
|
files:
|
50
|
-
- Gemfile
|
51
|
-
- Gemfile-activerecord-6-1
|
52
|
-
- Gemfile-activerecord-7-0
|
53
|
-
- Rakefile
|
54
|
-
- judoscale-good_job.gemspec
|
55
56
|
- lib/judoscale-good_job.rb
|
56
57
|
- lib/judoscale/good_job.rb
|
57
58
|
- lib/judoscale/good_job/metrics_collector.rb
|
58
|
-
- lib/judoscale/good_job/version.rb
|
59
|
-
- lib/rails-autoscale-good_job.rb
|
60
|
-
- rails-autoscale-good_job.gemspec
|
61
59
|
homepage: https://judoscale.com
|
62
60
|
licenses:
|
63
61
|
- MIT
|
@@ -82,9 +80,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
82
80
|
- !ruby/object:Gem::Version
|
83
81
|
version: '0'
|
84
82
|
requirements: []
|
85
|
-
rubygems_version: 3.
|
83
|
+
rubygems_version: 3.5.11
|
86
84
|
signing_key:
|
87
85
|
specification_version: 4
|
88
|
-
summary:
|
89
|
-
for Heroku.
|
86
|
+
summary: Autoscaling for Good Job workers.
|
90
87
|
test_files: []
|
data/Gemfile
DELETED
data/Gemfile-activerecord-6-1
DELETED
data/Gemfile-activerecord-7-0
DELETED
data/Rakefile
DELETED
data/judoscale-good_job.gemspec
DELETED
@@ -1,30 +0,0 @@
|
|
1
|
-
lib = File.expand_path("../lib", __FILE__)
|
2
|
-
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
3
|
-
require "judoscale/good_job/version"
|
4
|
-
|
5
|
-
Gem::Specification.new do |spec|
|
6
|
-
spec.name = "judoscale-good_job"
|
7
|
-
spec.version = Judoscale::GoodJob::VERSION
|
8
|
-
spec.authors = ["Adam McCrea", "Carlos Antonio da Silva", "Jon Sullivan"]
|
9
|
-
spec.email = ["hello@judoscale.com"]
|
10
|
-
|
11
|
-
spec.summary = "This gem provides GoodJob integration with the Judoscale autoscaling add-on for Heroku."
|
12
|
-
spec.homepage = "https://judoscale.com"
|
13
|
-
spec.license = "MIT"
|
14
|
-
|
15
|
-
spec.metadata = {
|
16
|
-
"homepage_uri" => "https://judoscale.com",
|
17
|
-
"bug_tracker_uri" => "https://github.com/judoscale/judoscale-ruby/issues",
|
18
|
-
"documentation_uri" => "https://judoscale.com/docs",
|
19
|
-
"changelog_uri" => "https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md",
|
20
|
-
"source_code_uri" => "https://github.com/judoscale/judoscale-ruby"
|
21
|
-
}
|
22
|
-
|
23
|
-
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
24
|
-
spec.require_paths = ["lib"]
|
25
|
-
|
26
|
-
spec.required_ruby_version = ">= 2.6.0"
|
27
|
-
|
28
|
-
spec.add_dependency "judoscale-ruby", Judoscale::GoodJob::VERSION
|
29
|
-
spec.add_dependency "good_job", ">= 3.0"
|
30
|
-
end
|
@@ -1,30 +0,0 @@
|
|
1
|
-
lib = File.expand_path("../lib", __FILE__)
|
2
|
-
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
3
|
-
require "judoscale/good_job/version"
|
4
|
-
|
5
|
-
Gem::Specification.new do |spec|
|
6
|
-
spec.name = "rails-autoscale-good_job"
|
7
|
-
spec.version = Judoscale::GoodJob::VERSION
|
8
|
-
spec.authors = ["Adam McCrea", "Carlos Antonio da Silva", "Jon Sullivan"]
|
9
|
-
spec.email = ["hello@judoscale.com"]
|
10
|
-
|
11
|
-
spec.summary = "This gem provides GoodJob integration with the Judoscale autoscaling add-on for Heroku."
|
12
|
-
spec.homepage = "https://judoscale.com"
|
13
|
-
spec.license = "MIT"
|
14
|
-
|
15
|
-
spec.metadata = {
|
16
|
-
"homepage_uri" => "https://judoscale.com",
|
17
|
-
"bug_tracker_uri" => "https://github.com/judoscale/judoscale-ruby/issues",
|
18
|
-
"documentation_uri" => "https://judoscale.com/docs",
|
19
|
-
"changelog_uri" => "https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md",
|
20
|
-
"source_code_uri" => "https://github.com/judoscale/judoscale-ruby"
|
21
|
-
}
|
22
|
-
|
23
|
-
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
24
|
-
spec.require_paths = ["lib"]
|
25
|
-
|
26
|
-
spec.required_ruby_version = ">= 2.6.0"
|
27
|
-
|
28
|
-
spec.add_dependency "rails-autoscale-core", Judoscale::GoodJob::VERSION
|
29
|
-
spec.add_dependency "good_job", ">= 3.0"
|
30
|
-
end
|