rails-autoscale-sidekiq 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -0
- data/Gemfile.lock +13 -4
- 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: 773e0fb5c44450a6d8ff9d947b0b835fb03ee3a23ae0595cb75cd97af1801ad9
|
4
|
+
data.tar.gz: 4edcbdc07c330ebf5e7e74bde1489ff9ee4d65a3dfe64fa052178b2ad7fbd593
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27aae71970929111042934c052542faf94491e4ee322bab12cbbdf8f227a356b40231e727ebd1730d475126ffdfb48323478e9751a3018b4581ec30849f3c2cb
|
7
|
+
data.tar.gz: a287796135cd6a6fb55527dc8b6f27cb0e3c1630a30a817879f286cf99739f64c8b4b568bed48ee01ea22e372ecb3b3bf25866c7269091ddaecf38f895ac723e
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,24 +1,32 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../rails-autoscale-core
|
3
3
|
specs:
|
4
|
-
rails-autoscale-core (1.0.
|
4
|
+
rails-autoscale-core (1.0.2)
|
5
5
|
|
6
6
|
PATH
|
7
7
|
remote: .
|
8
8
|
specs:
|
9
|
-
rails-autoscale-sidekiq (1.0.
|
9
|
+
rails-autoscale-sidekiq (1.0.2)
|
10
10
|
rails-autoscale-core
|
11
11
|
sidekiq (>= 5.0)
|
12
12
|
|
13
13
|
GEM
|
14
14
|
remote: https://rubygems.org/
|
15
15
|
specs:
|
16
|
-
connection_pool (2.
|
16
|
+
connection_pool (2.3.0)
|
17
|
+
debug (1.6.2)
|
18
|
+
irb (>= 1.3.6)
|
19
|
+
reline (>= 0.3.1)
|
20
|
+
io-console (0.5.11)
|
21
|
+
irb (1.4.1)
|
22
|
+
reline (>= 0.3.0)
|
17
23
|
minitest (5.15.0)
|
18
24
|
rack (2.2.4)
|
19
25
|
rake (13.0.6)
|
20
26
|
redis (4.8.0)
|
21
|
-
|
27
|
+
reline (0.3.1)
|
28
|
+
io-console (~> 0.5)
|
29
|
+
sidekiq (6.5.7)
|
22
30
|
connection_pool (>= 2.2.5)
|
23
31
|
rack (~> 2.0)
|
24
32
|
redis (>= 4.5.0, < 5)
|
@@ -30,6 +38,7 @@ PLATFORMS
|
|
30
38
|
x86_64-linux
|
31
39
|
|
32
40
|
DEPENDENCIES
|
41
|
+
debug
|
33
42
|
minitest
|
34
43
|
rails-autoscale-core!
|
35
44
|
rails-autoscale-sidekiq!
|
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.2
|
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-26 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails-autoscale-core
|