rails-autoscale-sidekiq 1.0.0 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8e9684c555428870f2a5a4ea0b68007c662fa76d36dae33354cb9ef72933ca58
4
- data.tar.gz: c3166410d4ab6776cabdc8d5b3312ce5072fb5308a39f4a2edf98a2367d09e63
3
+ metadata.gz: 773e0fb5c44450a6d8ff9d947b0b835fb03ee3a23ae0595cb75cd97af1801ad9
4
+ data.tar.gz: 4edcbdc07c330ebf5e7e74bde1489ff9ee4d65a3dfe64fa052178b2ad7fbd593
5
5
  SHA512:
6
- metadata.gz: 190bb47db5e985c135049884a74c9279d4dda15e3e706febb89fe040662f208ace82c38747d8e81729dff94627be85390d1d8ee1ad1b7030abcb07b815158c1e
7
- data.tar.gz: 86f8a21e283ba19b613610211619e20fd44ae4fbcd87623b0c0a733519d139351278db956c7acbe82de97328c11cbad95b44fdcd2d1daaa6579d44861bda99a4
6
+ metadata.gz: 27aae71970929111042934c052542faf94491e4ee322bab12cbbdf8f227a356b40231e727ebd1730d475126ffdfb48323478e9751a3018b4581ec30849f3c2cb
7
+ data.tar.gz: a287796135cd6a6fb55527dc8b6f27cb0e3c1630a30a817879f286cf99739f64c8b4b568bed48ee01ea22e372ecb3b3bf25866c7269091ddaecf38f895ac723e
data/Gemfile CHANGED
@@ -5,3 +5,4 @@ gemspec
5
5
  gem "rails-autoscale-core", path: "../rails-autoscale-core"
6
6
  gem "minitest"
7
7
  gem "rake"
8
+ gem "debug"
data/Gemfile.lock CHANGED
@@ -1,27 +1,35 @@
1
1
  PATH
2
2
  remote: ../rails-autoscale-core
3
3
  specs:
4
- rails-autoscale-core (1.0.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.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.2.5)
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
- redis (4.7.1)
21
- sidekiq (6.5.4)
22
- connection_pool (>= 2.2.2)
26
+ redis (4.8.0)
27
+ reline (0.3.1)
28
+ io-console (~> 0.5)
29
+ sidekiq (6.5.7)
30
+ connection_pool (>= 2.2.5)
23
31
  rack (~> 2.0)
24
- redis (>= 4.5.0)
32
+ redis (>= 4.5.0, < 5)
25
33
 
26
34
  PLATFORMS
27
35
  arm64-darwin-20
@@ -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!
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RailsAutoscale
4
4
  module Sidekiq
5
- VERSION = "1.0.0"
5
+ VERSION = "1.0.2"
6
6
  end
7
7
  end
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.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-07 00:00:00.000000000 Z
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