rails-autoscale-resque 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: 30496819e9a775720e3c8171685f9603049c87c32e620c08c3ef3fd930034fe5
4
- data.tar.gz: 4dbeb4bde57965ef273493a45c8d0b859f5db26ed3512f2e846237d5d20c90c8
3
+ metadata.gz: bde2d7bd53064ee36a4e50d2bc05324b3eb6c2e8bedb8ac3b970262d124a40b5
4
+ data.tar.gz: 34ca918a118c1392cfa386c678759319825bfc0893b65f5748f0093ea5772f46
5
5
  SHA512:
6
- metadata.gz: 3f3b47d72657a3d38e80a3056aeb3cb86fa07aae317b367d39d5b8c78505fe3ea3561cf4c3805ce05148aaf1e1af3ed15cc1f7a6240aa1d383117de9e1dfd20b
7
- data.tar.gz: ec7c014729abc692f5c7f3981f2f32295b946649b36b161caa76c62fb8d6b4fc3efb536434817c4c632f17c26253145c6ebe9b5c067869f7c6a2d747ad3ab06b
6
+ metadata.gz: ddb42111a09b19ff6c8ac1894bc63cd23306ceb3ddae4e8adaf54c248657d83b96c3b07e7f74578f003124ef59b43bd0f12be5d973173429a84e3bc5e46c654f
7
+ data.tar.gz: 4f5ae111cf2ce194e0508a4335ca8e4fa4ae00d9adf62f001c3ec92109d31a102eb8d6b7ef780eec545b804b26cd82325b6c869587f2cd1963fdfbd9e5cc83a5
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-resque (1.0.2)
9
+ rails-autoscale-resque (1.0.3)
10
10
  rails-autoscale-core
11
11
  resque (>= 2.0)
12
12
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RailsAutoscale
4
4
  module Resque
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-resque
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