rails-autoscale-sidekiq 1.0.3 → 1.1.0
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: 13c6bd1e98a94c63ae9721ee5f5fe8a0704e0c319e0e59c7f363cbea26ef6789
|
4
|
+
data.tar.gz: a78902faee8159c7d80d89ef721de20e719faef1b3479fc215a5701571f0e6e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce5c1e4dc29c81547db9cdcc8a647af096902448cb597c6c33cb30adf0f5fa66a9900a3296454cecf48702561428df6b4a6977abe49b5aa76ef4d289de7ea4de
|
7
|
+
data.tar.gz: 0e801667705cb9781f4a5a5f520e81a991a63ac204f50400c988f11fb6f744a0a52f0f45dfe3faeb4de3520349d80002754228889629578206e06b6d91962ee4
|
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.1.0)
|
5
5
|
|
6
6
|
PATH
|
7
7
|
remote: .
|
8
8
|
specs:
|
9
|
-
rails-autoscale-sidekiq (1.0
|
9
|
+
rails-autoscale-sidekiq (1.1.0)
|
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.1.0
|
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-10-
|
12
|
+
date: 2022-10-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails-autoscale-core
|