rails-autoscale-sidekiq 1.2.3 → 1.3.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 +14 -14
- data/lib/judoscale/sidekiq/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: 6a631ca994ed38c3aa82c326e3ce251aca5d0060d8bf1781ac13b34e35f61b50
|
4
|
+
data.tar.gz: 73a4097ea73cd09d074db463e6e9a3e432488b84859e3e54ca9100758087cc40
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 79877101964ca7a2522ce8454193c26aae730cb7605778d505f3389532b11c7de08db471ac515820aa6861d99414385629c0fbe8e348c9870a517509afd540f6
|
7
|
+
data.tar.gz: ee96d1057dd54b4c7da422b91be6b1fce877b9c690bc8f5273a2b4470dbfd13e206965b549a25830739ae8fa3286b74bfbd451915a5d44ad13b037d91c44309d
|
data/Gemfile.lock
CHANGED
@@ -1,40 +1,40 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../judoscale-ruby
|
3
3
|
specs:
|
4
|
-
judoscale-ruby (1.
|
4
|
+
judoscale-ruby (1.3.1)
|
5
5
|
|
6
6
|
PATH
|
7
7
|
remote: .
|
8
8
|
specs:
|
9
|
-
judoscale-sidekiq (1.
|
10
|
-
judoscale-ruby (= 1.
|
9
|
+
judoscale-sidekiq (1.3.1)
|
10
|
+
judoscale-ruby (= 1.3.1)
|
11
11
|
sidekiq (>= 5.0)
|
12
12
|
|
13
13
|
GEM
|
14
14
|
remote: https://rubygems.org/
|
15
15
|
specs:
|
16
|
-
concurrent-ruby (1.
|
16
|
+
concurrent-ruby (1.2.0)
|
17
17
|
connection_pool (2.3.0)
|
18
|
-
debug (1.
|
19
|
-
irb (>= 1.
|
18
|
+
debug (1.7.1)
|
19
|
+
irb (>= 1.5.0)
|
20
20
|
reline (>= 0.3.1)
|
21
|
-
io-console (0.
|
22
|
-
irb (1.
|
21
|
+
io-console (0.6.0)
|
22
|
+
irb (1.6.2)
|
23
23
|
reline (>= 0.3.0)
|
24
|
-
minitest (5.
|
25
|
-
rack (3.0.
|
24
|
+
minitest (5.17.0)
|
25
|
+
rack (3.0.4.1)
|
26
26
|
rake (13.0.6)
|
27
27
|
rake-release (1.3.0)
|
28
28
|
bundler (>= 1.11, < 3)
|
29
|
-
redis-client (0.
|
29
|
+
redis-client (0.12.1)
|
30
30
|
connection_pool
|
31
|
-
reline (0.3.
|
31
|
+
reline (0.3.2)
|
32
32
|
io-console (~> 0.5)
|
33
|
-
sidekiq (7.0.
|
33
|
+
sidekiq (7.0.3)
|
34
34
|
concurrent-ruby (< 2)
|
35
35
|
connection_pool (>= 2.3.0)
|
36
36
|
rack (>= 2.2.4)
|
37
|
-
redis-client (>= 0.
|
37
|
+
redis-client (>= 0.11.0)
|
38
38
|
|
39
39
|
PLATFORMS
|
40
40
|
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.
|
4
|
+
version: 1.3.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:
|
12
|
+
date: 2023-03-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails-autoscale-core
|
@@ -17,14 +17,14 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - '='
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: 1.
|
20
|
+
version: 1.3.1
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
25
|
- - '='
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: 1.
|
27
|
+
version: 1.3.1
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: sidekiq
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|