rails-autoscale-que 1.5.1 → 1.5.3
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: 84d2741a6d595778defe9130e5f4ab2a886006015809e33825987e9ae615e2a9
|
4
|
+
data.tar.gz: d8b60ba2b646deddfaed5a59e45ad7f789d6f666a6a1efd34a7292fe00166bb1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e3520f266dbdc2b33e10206f0827fbe5229c331c85d1931f381dc7442bfc8bc03b16f5d5cb69486872432edfb20295d6ad47490325dc48b3b163570d6fadd8f
|
7
|
+
data.tar.gz: cd15ddb469062ce355f7ae473e973ad89c6661b5aa2af6376ff7526bfb8eb65346ff4f63146b02a0bcacdf493a20a264a099ff70a57274783a730a129bfd5f95
|
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.3
|
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-01-25 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.3
|
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.3
|
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.1)
|
5
|
-
|
6
|
-
PATH
|
7
|
-
remote: .
|
8
|
-
specs:
|
9
|
-
judoscale-que (1.5.1)
|
10
|
-
judoscale-ruby (= 1.5.1)
|
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
|