rails-autoscale-sidekiq 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +6 -6
- 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: f885ed678e3fa2cf8c7e76847b365dbaf8ea71271b4a9b1e420c0c9aa514cffc
|
4
|
+
data.tar.gz: 9fe42e7006989a6b133b8602663a15efa5bc27dcf89c15f4052a7b4284581b5d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0a3cca56b13c994ac4c57735616f31551ffca95b70f1d78893750141dfed7461b48b7cc73771ea22925a554c7ca2aabfe843a8e299a2769eb07ee9e539a18b87
|
7
|
+
data.tar.gz: 60add38eefbec7c5eb28f181fd27b8f60450529de983e41726c185cccb94c68e8932cf829c16011f096ef53bdd97dece2fa94f7e4407cec32448439789f23ae2
|
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.1)
|
5
5
|
|
6
6
|
PATH
|
7
7
|
remote: .
|
8
8
|
specs:
|
9
|
-
rails-autoscale-sidekiq (1.0.
|
9
|
+
rails-autoscale-sidekiq (1.0.1)
|
10
10
|
rails-autoscale-core
|
11
11
|
sidekiq (>= 5.0)
|
12
12
|
|
@@ -17,11 +17,11 @@ GEM
|
|
17
17
|
minitest (5.15.0)
|
18
18
|
rack (2.2.4)
|
19
19
|
rake (13.0.6)
|
20
|
-
redis (4.
|
21
|
-
sidekiq (6.5.
|
22
|
-
connection_pool (>= 2.2.
|
20
|
+
redis (4.8.0)
|
21
|
+
sidekiq (6.5.6)
|
22
|
+
connection_pool (>= 2.2.5)
|
23
23
|
rack (~> 2.0)
|
24
|
-
redis (>= 4.5.0)
|
24
|
+
redis (>= 4.5.0, < 5)
|
25
25
|
|
26
26
|
PLATFORMS
|
27
27
|
arm64-darwin-20
|
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.1
|
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-09-
|
12
|
+
date: 2022-09-15 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails-autoscale-core
|