rails-autoscale-sidekiq 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/lib/rails_autoscale/sidekiq/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2e43b35a238aa0cd4a499d1118c193176fd285dcddf9ff3045bf25d07c37d059
|
4
|
+
data.tar.gz: 41e4bedc611e4868f66e293fcbdf067504e7ed6a96665c60e7b5f3fb5a6110e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89aec697bbc6d87c424cc6e3308f9667f1789f2d0a968f61af3104736fcb4048da5217de56e72def49a5983d19884cccb6da8d7e1f67d6a78662076465f65a82
|
7
|
+
data.tar.gz: bd9eb0523daff59bedd2c25f1e707eded49bbcfc06d9e1ccafb4bf6763e5eb4e4a1aab00ff7cc1ccdf97af6d64ad0d9209f591cda0c0dbca8618d9cb13b57d4b
|
data/Gemfile.lock
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../rails-autoscale-core
|
3
3
|
specs:
|
4
|
-
rails-autoscale-core (1.0.
|
4
|
+
rails-autoscale-core (1.0.3)
|
5
5
|
|
6
6
|
PATH
|
7
7
|
remote: .
|
8
8
|
specs:
|
9
|
-
rails-autoscale-sidekiq (1.0.
|
9
|
+
rails-autoscale-sidekiq (1.0.3)
|
10
10
|
rails-autoscale-core
|
11
11
|
sidekiq (>= 5.0)
|
12
12
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails-autoscale-sidekiq
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adam McCrea
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2022-
|
12
|
+
date: 2022-10-03 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails-autoscale-core
|