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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f885ed678e3fa2cf8c7e76847b365dbaf8ea71271b4a9b1e420c0c9aa514cffc
4
- data.tar.gz: 9fe42e7006989a6b133b8602663a15efa5bc27dcf89c15f4052a7b4284581b5d
3
+ metadata.gz: 773e0fb5c44450a6d8ff9d947b0b835fb03ee3a23ae0595cb75cd97af1801ad9
4
+ data.tar.gz: 4edcbdc07c330ebf5e7e74bde1489ff9ee4d65a3dfe64fa052178b2ad7fbd593
5
5
  SHA512:
6
- metadata.gz: 0a3cca56b13c994ac4c57735616f31551ffca95b70f1d78893750141dfed7461b48b7cc73771ea22925a554c7ca2aabfe843a8e299a2769eb07ee9e539a18b87
7
- data.tar.gz: 60add38eefbec7c5eb28f181fd27b8f60450529de983e41726c185cccb94c68e8932cf829c16011f096ef53bdd97dece2fa94f7e4407cec32448439789f23ae2
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,24 +1,32 @@
1
1
  PATH
2
2
  remote: ../rails-autoscale-core
3
3
  specs:
4
- rails-autoscale-core (1.0.1)
4
+ rails-autoscale-core (1.0.2)
5
5
 
6
6
  PATH
7
7
  remote: .
8
8
  specs:
9
- rails-autoscale-sidekiq (1.0.1)
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
26
  redis (4.8.0)
21
- sidekiq (6.5.6)
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!
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RailsAutoscale
4
4
  module Sidekiq
5
- VERSION = "1.0.1"
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.1
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-15 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