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 +4 -4
- data/Gemfile.lock +2 -2
- data/lib/rails_autoscale/resque/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bde2d7bd53064ee36a4e50d2bc05324b3eb6c2e8bedb8ac3b970262d124a40b5
|
4
|
+
data.tar.gz: 34ca918a118c1392cfa386c678759319825bfc0893b65f5748f0093ea5772f46
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
4
|
+
rails-autoscale-core (1.0.3)
|
5
5
|
|
6
6
|
PATH
|
7
7
|
remote: .
|
8
8
|
specs:
|
9
|
-
rails-autoscale-resque (1.0.
|
9
|
+
rails-autoscale-resque (1.0.3)
|
10
10
|
rails-autoscale-core
|
11
11
|
resque (>= 2.0)
|
12
12
|
|
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.
|
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-
|
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
|