rails-autoscale-sidekiq 1.0.3 → 1.1.0

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: 2e43b35a238aa0cd4a499d1118c193176fd285dcddf9ff3045bf25d07c37d059
4
- data.tar.gz: 41e4bedc611e4868f66e293fcbdf067504e7ed6a96665c60e7b5f3fb5a6110e9
3
+ metadata.gz: 13c6bd1e98a94c63ae9721ee5f5fe8a0704e0c319e0e59c7f363cbea26ef6789
4
+ data.tar.gz: a78902faee8159c7d80d89ef721de20e719faef1b3479fc215a5701571f0e6e1
5
5
  SHA512:
6
- metadata.gz: 89aec697bbc6d87c424cc6e3308f9667f1789f2d0a968f61af3104736fcb4048da5217de56e72def49a5983d19884cccb6da8d7e1f67d6a78662076465f65a82
7
- data.tar.gz: bd9eb0523daff59bedd2c25f1e707eded49bbcfc06d9e1ccafb4bf6763e5eb4e4a1aab00ff7cc1ccdf97af6d64ad0d9209f591cda0c0dbca8618d9cb13b57d4b
6
+ metadata.gz: ce5c1e4dc29c81547db9cdcc8a647af096902448cb597c6c33cb30adf0f5fa66a9900a3296454cecf48702561428df6b4a6977abe49b5aa76ef4d289de7ea4de
7
+ data.tar.gz: 0e801667705cb9781f4a5a5f520e81a991a63ac204f50400c988f11fb6f744a0a52f0f45dfe3faeb4de3520349d80002754228889629578206e06b6d91962ee4
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.3)
4
+ rails-autoscale-core (1.1.0)
5
5
 
6
6
  PATH
7
7
  remote: .
8
8
  specs:
9
- rails-autoscale-sidekiq (1.0.3)
9
+ rails-autoscale-sidekiq (1.1.0)
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.3"
5
+ VERSION = "1.1.0"
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.3
4
+ version: 1.1.0
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-10-03 00:00:00.000000000 Z
12
+ date: 2022-10-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails-autoscale-core