rails-autoscale-sidekiq 1.0.1 → 1.0.3

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: 2e43b35a238aa0cd4a499d1118c193176fd285dcddf9ff3045bf25d07c37d059
4
+ data.tar.gz: 41e4bedc611e4868f66e293fcbdf067504e7ed6a96665c60e7b5f3fb5a6110e9
5
5
  SHA512:
6
- metadata.gz: 0a3cca56b13c994ac4c57735616f31551ffca95b70f1d78893750141dfed7461b48b7cc73771ea22925a554c7ca2aabfe843a8e299a2769eb07ee9e539a18b87
7
- data.tar.gz: 60add38eefbec7c5eb28f181fd27b8f60450529de983e41726c185cccb94c68e8932cf829c16011f096ef53bdd97dece2fa94f7e4407cec32448439789f23ae2
6
+ metadata.gz: 89aec697bbc6d87c424cc6e3308f9667f1789f2d0a968f61af3104736fcb4048da5217de56e72def49a5983d19884cccb6da8d7e1f67d6a78662076465f65a82
7
+ data.tar.gz: bd9eb0523daff59bedd2c25f1e707eded49bbcfc06d9e1ccafb4bf6763e5eb4e4a1aab00ff7cc1ccdf97af6d64ad0d9209f591cda0c0dbca8618d9cb13b57d4b
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.3)
5
5
 
6
6
  PATH
7
7
  remote: .
8
8
  specs:
9
- rails-autoscale-sidekiq (1.0.1)
9
+ rails-autoscale-sidekiq (1.0.3)
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.3"
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.3
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-10-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails-autoscale-core