rails-autoscale-que 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: af258135dbcba012ab80602f6d3d1115812b16b2d92dfff06147483bbcd1f60d
4
- data.tar.gz: 4579f51646f8d44edec3ca99a8caa32340692ad510e1383a14a65d2d9bd27a3d
3
+ metadata.gz: 0dbeea9f7ac315aa3645aa32e5ada3eb54514a282773d78f73c7f0efd37e8bf8
4
+ data.tar.gz: ad82ccc8f1a3121bb717e5de3d3a4282721b31bb9badb9d6268ed657f8bf599f
5
5
  SHA512:
6
- metadata.gz: 55925866d0c1568cdfd2dc46e09ac5fa5a90cfc833e428f7756b98905a1720c45cdbde660c884d36b3fe31a5f3a460c98bab133f1f1b39782671e4221bb18721
7
- data.tar.gz: 02c3b8af845b244ace8b189c8679d38a21b25d47e4f78222e540e4b62cdbb4e69ce60f2cecc8ae6d6af4dbf82cab37e9c10463f168319478f28f77819c38e8c9
6
+ metadata.gz: 9e84eeb0cbb979093c7c5bdc57540cda714ecad73d588b8d808d970ea3869856ca75bab89278d3dde57cc1c865f3f895e93b12b74bc4eaf9c09d41b9aa73f1a8
7
+ data.tar.gz: 0270a79b61a60bc9eea79b403c56e5561ec522bff2e9245979fdaecb67eede94b1d674e3f5493e4298dda81a918e3008e1db39bb83dcf13270bfe1255027089c
data/Gemfile CHANGED
@@ -7,3 +7,4 @@ gem "activerecord"
7
7
  gem "pg"
8
8
  gem "minitest"
9
9
  gem "rake"
10
+ gem "debug"
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.1)
4
+ rails-autoscale-core (1.0.2)
5
5
 
6
6
  PATH
7
7
  remote: .
8
8
  specs:
9
- rails-autoscale-que (1.0.1)
9
+ rails-autoscale-que (1.0.2)
10
10
  que (>= 1.0)
11
11
  rails-autoscale-core
12
12
 
@@ -24,12 +24,20 @@ GEM
24
24
  minitest (>= 5.1)
25
25
  tzinfo (~> 2.0)
26
26
  concurrent-ruby (1.1.10)
27
+ debug (1.4.0)
28
+ irb (>= 1.3.6)
29
+ reline (>= 0.2.7)
27
30
  i18n (1.10.0)
28
31
  concurrent-ruby (~> 1.0)
32
+ io-console (0.5.11)
33
+ irb (1.4.1)
34
+ reline (>= 0.3.0)
29
35
  minitest (5.15.0)
30
36
  pg (1.3.5)
31
37
  que (2.2.0)
32
38
  rake (13.0.6)
39
+ reline (0.3.1)
40
+ io-console (~> 0.5)
33
41
  tzinfo (2.0.4)
34
42
  concurrent-ruby (~> 1.0)
35
43
 
@@ -41,6 +49,7 @@ PLATFORMS
41
49
 
42
50
  DEPENDENCIES
43
51
  activerecord
52
+ debug
44
53
  minitest
45
54
  pg
46
55
  rails-autoscale-core!
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RailsAutoscale
4
4
  module Que
5
- VERSION = "1.0.1"
5
+ VERSION = "1.0.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-autoscale-que
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
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-15 00:00:00.000000000 Z
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