rails-autoscale-que 1.5.2 → 1.5.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/judoscale/que/version.rb +1 -1
- metadata +4 -5
- data/Gemfile.lock +0 -61
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1cce17f9815742c1a91600cd92e2afebb82561cd018bae80d67fb22439b8c519
|
4
|
+
data.tar.gz: 4f59fe696c55fe29ab9333be5521a604332508d0b2605c2b9699a5eacb8240de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 48a79e7561b353167366a9e8f589c3ff81a5cf43c0e4143b532c9e21da844229eebc367c3b427885b8225fed9f0c93c4d68af2927f18d681507c956939d5f1b3
|
7
|
+
data.tar.gz: 1e71d17ddd937d840714c31f5f1c2fd8ecf9ea5d3ceda09217985f27d684fbb451a3118ca37fb623e403631828a5caeaf54ebf9e78e2bb736df7946907e0c904
|
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.5.
|
4
|
+
version: 1.5.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adam McCrea
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2024-02-07 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rails-autoscale-core
|
@@ -18,14 +18,14 @@ dependencies:
|
|
18
18
|
requirements:
|
19
19
|
- - '='
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 1.5.
|
21
|
+
version: 1.5.4
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
25
|
requirements:
|
26
26
|
- - '='
|
27
27
|
- !ruby/object:Gem::Version
|
28
|
-
version: 1.5.
|
28
|
+
version: 1.5.4
|
29
29
|
- !ruby/object:Gem::Dependency
|
30
30
|
name: que
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
@@ -50,7 +50,6 @@ files:
|
|
50
50
|
- Gemfile
|
51
51
|
- Gemfile-activerecord-6-1
|
52
52
|
- Gemfile-que-2
|
53
|
-
- Gemfile.lock
|
54
53
|
- Rakefile
|
55
54
|
- judoscale-que.gemspec
|
56
55
|
- lib/judoscale-que.rb
|
data/Gemfile.lock
DELETED
@@ -1,61 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ../judoscale-ruby
|
3
|
-
specs:
|
4
|
-
judoscale-ruby (1.5.2)
|
5
|
-
|
6
|
-
PATH
|
7
|
-
remote: .
|
8
|
-
specs:
|
9
|
-
judoscale-que (1.5.2)
|
10
|
-
judoscale-ruby (= 1.5.2)
|
11
|
-
que (>= 1.0)
|
12
|
-
|
13
|
-
GEM
|
14
|
-
remote: https://rubygems.org/
|
15
|
-
specs:
|
16
|
-
activemodel (7.0.4.2)
|
17
|
-
activesupport (= 7.0.4.2)
|
18
|
-
activerecord (7.0.4.2)
|
19
|
-
activemodel (= 7.0.4.2)
|
20
|
-
activesupport (= 7.0.4.2)
|
21
|
-
activesupport (7.0.4.2)
|
22
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
23
|
-
i18n (>= 1.6, < 2)
|
24
|
-
minitest (>= 5.1)
|
25
|
-
tzinfo (~> 2.0)
|
26
|
-
concurrent-ruby (1.2.0)
|
27
|
-
debug (1.7.1)
|
28
|
-
irb (>= 1.5.0)
|
29
|
-
reline (>= 0.3.1)
|
30
|
-
i18n (1.12.0)
|
31
|
-
concurrent-ruby (~> 1.0)
|
32
|
-
io-console (0.6.0)
|
33
|
-
irb (1.6.2)
|
34
|
-
reline (>= 0.3.0)
|
35
|
-
minitest (5.17.0)
|
36
|
-
pg (1.4.5)
|
37
|
-
que (2.2.1)
|
38
|
-
rake (13.0.6)
|
39
|
-
reline (0.3.2)
|
40
|
-
io-console (~> 0.5)
|
41
|
-
tzinfo (2.0.6)
|
42
|
-
concurrent-ruby (~> 1.0)
|
43
|
-
|
44
|
-
PLATFORMS
|
45
|
-
arm64-darwin-20
|
46
|
-
arm64-darwin-21
|
47
|
-
arm64-darwin-22
|
48
|
-
x86_64-darwin-21
|
49
|
-
x86_64-linux
|
50
|
-
|
51
|
-
DEPENDENCIES
|
52
|
-
activerecord
|
53
|
-
debug
|
54
|
-
judoscale-que!
|
55
|
-
judoscale-ruby!
|
56
|
-
minitest
|
57
|
-
pg
|
58
|
-
rake
|
59
|
-
|
60
|
-
BUNDLED WITH
|
61
|
-
2.3.9
|