rails-autoscale-good_job 1.5.1 → 1.5.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +3 -3
- data/lib/judoscale/good_job/metrics_collector.rb +1 -1
- data/lib/judoscale/good_job/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8aa468eddb0e62aa70bab9c5df6070a13ebaed92c85cccc3db3a2d7baa63de33
|
4
|
+
data.tar.gz: 9e5c8c2c3ccaa0d39fcc5525ed641fc879a0f81bb7363a256d9017b1b8b32eab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 07f6bef964ba85e7e32e798b770f719c83626fc35e378364dfbf5fe2d1596adc17877f3c55a561eb21265e37f0ad39868668c4ffabf2a89bff9994199d3bd2b2
|
7
|
+
data.tar.gz: 475e0ef64ad162e3623010c8986b7177a2684ce8f89f0ee78cafa0bb0cfa5a716561cd3d5610d01d35a2a8a943ce9a518e6dfe63caf7958720f3841fd900b8a4
|
data/Gemfile.lock
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../judoscale-ruby
|
3
3
|
specs:
|
4
|
-
judoscale-ruby (1.5.
|
4
|
+
judoscale-ruby (1.5.2)
|
5
5
|
|
6
6
|
PATH
|
7
7
|
remote: .
|
8
8
|
specs:
|
9
|
-
judoscale-good_job (1.5.
|
9
|
+
judoscale-good_job (1.5.2)
|
10
10
|
good_job (>= 3.0)
|
11
|
-
judoscale-ruby (= 1.5.
|
11
|
+
judoscale-ruby (= 1.5.2)
|
12
12
|
|
13
13
|
GEM
|
14
14
|
remote: https://rubygems.org/
|
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.5.
|
4
|
+
version: 1.5.2
|
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: 2023-08-
|
13
|
+
date: 2023-08-10 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.5.
|
21
|
+
version: 1.5.2
|
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.
|
28
|
+
version: 1.5.2
|
29
29
|
- !ruby/object:Gem::Dependency
|
30
30
|
name: good_job_active_record
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|