rails-autoscale-resque 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -0
- data/Gemfile.lock +11 -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: 30496819e9a775720e3c8171685f9603049c87c32e620c08c3ef3fd930034fe5
|
4
|
+
data.tar.gz: 4dbeb4bde57965ef273493a45c8d0b859f5db26ed3512f2e846237d5d20c90c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f3b47d72657a3d38e80a3056aeb3cb86fa07aae317b367d39d5b8c78505fe3ea3561cf4c3805ce05148aaf1e1af3ed15cc1f7a6240aa1d383117de9e1dfd20b
|
7
|
+
data.tar.gz: ec7c014729abc692f5c7f3981f2f32295b946649b36b161caa76c62fb8d6b4fc3efb536434817c4c632f17c26253145c6ebe9b5c067869f7c6a2d747ad3ab06b
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,18 +1,24 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../rails-autoscale-core
|
3
3
|
specs:
|
4
|
-
rails-autoscale-core (1.0.
|
4
|
+
rails-autoscale-core (1.0.2)
|
5
5
|
|
6
6
|
PATH
|
7
7
|
remote: .
|
8
8
|
specs:
|
9
|
-
rails-autoscale-resque (1.0.
|
9
|
+
rails-autoscale-resque (1.0.2)
|
10
10
|
rails-autoscale-core
|
11
11
|
resque (>= 2.0)
|
12
12
|
|
13
13
|
GEM
|
14
14
|
remote: https://rubygems.org/
|
15
15
|
specs:
|
16
|
+
debug (1.6.2)
|
17
|
+
irb (>= 1.3.6)
|
18
|
+
reline (>= 0.3.1)
|
19
|
+
io-console (0.5.11)
|
20
|
+
irb (1.4.1)
|
21
|
+
reline (>= 0.3.0)
|
16
22
|
minitest (5.15.0)
|
17
23
|
mono_logger (1.1.1)
|
18
24
|
multi_json (1.15.0)
|
@@ -25,6 +31,8 @@ GEM
|
|
25
31
|
redis (4.8.0)
|
26
32
|
redis-namespace (1.9.0)
|
27
33
|
redis (>= 4)
|
34
|
+
reline (0.3.1)
|
35
|
+
io-console (~> 0.5)
|
28
36
|
resque (2.2.1)
|
29
37
|
mono_logger (~> 1.0)
|
30
38
|
multi_json (~> 1.0)
|
@@ -45,6 +53,7 @@ PLATFORMS
|
|
45
53
|
x86_64-linux
|
46
54
|
|
47
55
|
DEPENDENCIES
|
56
|
+
debug
|
48
57
|
minitest
|
49
58
|
rails-autoscale-core!
|
50
59
|
rails-autoscale-resque!
|
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.2
|
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-
|
12
|
+
date: 2022-09-26 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails-autoscale-core
|