rails-autoscale-sidekiq 1.0.2 → 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: 773e0fb5c44450a6d8ff9d947b0b835fb03ee3a23ae0595cb75cd97af1801ad9
4
- data.tar.gz: 4edcbdc07c330ebf5e7e74bde1489ff9ee4d65a3dfe64fa052178b2ad7fbd593
3
+ metadata.gz: 2e43b35a238aa0cd4a499d1118c193176fd285dcddf9ff3045bf25d07c37d059
4
+ data.tar.gz: 41e4bedc611e4868f66e293fcbdf067504e7ed6a96665c60e7b5f3fb5a6110e9
5
5
  SHA512:
6
- metadata.gz: 27aae71970929111042934c052542faf94491e4ee322bab12cbbdf8f227a356b40231e727ebd1730d475126ffdfb48323478e9751a3018b4581ec30849f3c2cb
7
- data.tar.gz: a287796135cd6a6fb55527dc8b6f27cb0e3c1630a30a817879f286cf99739f64c8b4b568bed48ee01ea22e372ecb3b3bf25866c7269091ddaecf38f895ac723e
6
+ metadata.gz: 89aec697bbc6d87c424cc6e3308f9667f1789f2d0a968f61af3104736fcb4048da5217de56e72def49a5983d19884cccb6da8d7e1f67d6a78662076465f65a82
7
+ data.tar.gz: bd9eb0523daff59bedd2c25f1e707eded49bbcfc06d9e1ccafb4bf6763e5eb4e4a1aab00ff7cc1ccdf97af6d64ad0d9209f591cda0c0dbca8618d9cb13b57d4b
data/Gemfile.lock CHANGED
@@ -1,12 +1,12 @@
1
1
  PATH
2
2
  remote: ../rails-autoscale-core
3
3
  specs:
4
- rails-autoscale-core (1.0.2)
4
+ rails-autoscale-core (1.0.3)
5
5
 
6
6
  PATH
7
7
  remote: .
8
8
  specs:
9
- rails-autoscale-sidekiq (1.0.2)
9
+ rails-autoscale-sidekiq (1.0.3)
10
10
  rails-autoscale-core
11
11
  sidekiq (>= 5.0)
12
12
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RailsAutoscale
4
4
  module Sidekiq
5
- VERSION = "1.0.2"
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.2
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-26 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