judoscale-que 1.5.2 → 1.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 58b29e1fcf8b18d08a3ec8afe8759e0106b212763c68ed8c041d3e1847033647
4
- data.tar.gz: 77897ed7bdb700f96a46db3786bf96380ada0bf2221efee6559cf997b4c779f0
3
+ metadata.gz: a62cbdb33251fe40a961a12d8a70f2631ac7ba9af2985ac28c080ab00e8367cf
4
+ data.tar.gz: 374029535fa95cc81dea944bb857542b7022a3acefc4f933064391c0ff4c8a0c
5
5
  SHA512:
6
- metadata.gz: ac2ad11156badb863bf1fd6a4b2ccde0d3e54d3bb6617d0a8383c05196331505bd3c9a738ec510f04e10f904db732e1ecb82b29bdb53aadb2c562ebd308cb92d
7
- data.tar.gz: 0bb5eafa2c0faceced9b840d85a0e87f8553bdd55fbc2972386545f1d76dfd63ed04b4f2d6a825a9cdd5cdef63ce68b9737589f134f48e6ec2cb94b904ed7e7b
6
+ metadata.gz: bd961a94690326acae0c93e52746596eaf77aa13486a94293f37fac0657baf4f4575f2f112808fc16e636a5fbb425fd6bb429ffebeba7de1621c80a594298ab0
7
+ data.tar.gz: 5cbd8fa0692099b16629fb1d26954f33e482c30399380a312b5e988d42dcff88f225ea9bf4f86777fe3dd01f39bab6568684585bd2bcba5f82fdf84235dbf627
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Judoscale
4
4
  module Que
5
- VERSION = "1.5.2"
5
+ VERSION = "1.5.3"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: judoscale-que
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2
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: 2023-08-10 00:00:00.000000000 Z
13
+ date: 2024-01-25 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: judoscale-ruby
@@ -18,14 +18,14 @@ dependencies:
18
18
  requirements:
19
19
  - - '='
20
20
  - !ruby/object:Gem::Version
21
- version: 1.5.2
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.2
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.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