rails-autoscale-resque 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 +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: 1b49b104354461cb9e06bba0b92cbee2bb29761827d68aacaf6457e4336d00a4
|
4
|
+
data.tar.gz: a8c686c61b8a66052338a4f2c9ef49f1ff46216e57235f9088b9f64206114e4c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e99b12ffa5c24a7203d05a64e387c6e105a70f2b0de6bcddf358aeb3ba8429f059c11f4560df8721c0eea3d2104317e064152b562e69d14439464fc2022d2b5a
|
7
|
+
data.tar.gz: 6c9c54cdf7c9eff48d83ff4559cdfe0a4bb84f58b9b8f2fe92333c0fddc8cf364605dcd1ae9a8c8bff58f7ce341ce136b57e30c569c00777161930d15254cb3f
|
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.1.0)
|
5
5
|
|
6
6
|
PATH
|
7
7
|
remote: .
|
8
8
|
specs:
|
9
|
-
rails-autoscale-resque (1.0
|
9
|
+
rails-autoscale-resque (1.1.0)
|
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.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-
|
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
|