rails-autoscale-resque 1.1.0 → 1.1.1
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: 74078fbb499df592476207e8d76b8acd40fd2279a4cce735015168464978e3f0
|
4
|
+
data.tar.gz: cfb81176797dd101519f0a1ce9d07104e3dd24e8b51be1676b3e56b90e63792b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cfa2e64af43e521d474e1e8583495f2268e965bb5efd5e254018b72719905781a226db642e4e7f73bb44c944698ea24177d439fbe93bed45a0f392284e4c8c08
|
7
|
+
data.tar.gz: 8ec760eb53601f56e592023475ed028ea552e0dd3e53cfa67f52a181f0e9fb0bd4b50224f4507923c751dcae97db0b649a0854434a701e04d21c75f01b025996
|
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.1.
|
4
|
+
rails-autoscale-core (1.1.1)
|
5
5
|
|
6
6
|
PATH
|
7
7
|
remote: .
|
8
8
|
specs:
|
9
|
-
rails-autoscale-resque (1.1.
|
9
|
+
rails-autoscale-resque (1.1.1)
|
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.1.
|
4
|
+
version: 1.1.1
|
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-11-14 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails-autoscale-core
|