rails-autoscale-resque 1.0.1 → 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: d27b95a9190f4952c9fab2fe69ba70dd1baf95ef81fb139442ab34c90950de7f
4
- data.tar.gz: d93fe018baf3a3d200a60ae7c4087539122aa554316ce058cfd7bf29897bd79e
3
+ metadata.gz: bde2d7bd53064ee36a4e50d2bc05324b3eb6c2e8bedb8ac3b970262d124a40b5
4
+ data.tar.gz: 34ca918a118c1392cfa386c678759319825bfc0893b65f5748f0093ea5772f46
5
5
  SHA512:
6
- metadata.gz: '009b5591f8bc54291ab21b4910bac967901c43ade54556a949afd9d60228b044f903deb9fca2e9dcd0f8b75f0ff7a798025fb5eee3d3d09e2587cd109623c16f'
7
- data.tar.gz: 3efb5e847a99b780b1bf85e1e55477836f70f897924bdf4fc732c22fdd0f4f1ebe21e50a07f63972752017c3cccfa457fb8170266a9d78fe3505a6e63d3769d4
6
+ metadata.gz: ddb42111a09b19ff6c8ac1894bc63cd23306ceb3ddae4e8adaf54c248657d83b96c3b07e7f74578f003124ef59b43bd0f12be5d973173429a84e3bc5e46c654f
7
+ data.tar.gz: 4f5ae111cf2ce194e0508a4335ca8e4fa4ae00d9adf62f001c3ec92109d31a102eb8d6b7ef780eec545b804b26cd82325b6c869587f2cd1963fdfbd9e5cc83a5
data/Gemfile CHANGED
@@ -5,6 +5,7 @@ gemspec
5
5
  gem "rails-autoscale-core", path: "../rails-autoscale-core"
6
6
  gem "minitest"
7
7
  gem "rake"
8
+ gem "debug"
8
9
 
9
10
  # Lock to known working versions to keep tests passing.
10
11
  # Without this, `bundle install` will update `Gemfile.lock` due to
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.1)
4
+ rails-autoscale-core (1.0.3)
5
5
 
6
6
  PATH
7
7
  remote: .
8
8
  specs:
9
- rails-autoscale-resque (1.0.1)
9
+ rails-autoscale-resque (1.0.3)
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!
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RailsAutoscale
4
4
  module Resque
5
- VERSION = "1.0.1"
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.1
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-15 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