riverqueue 0.4.0 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f241ce94191f5fa2411c623a4ccae66a0c32617852a940c88a7c2dd0c85f8b0a
|
4
|
+
data.tar.gz: 19e03a0911bc7c329190293547ca972099046e314115fc2f91f5c68bcd2970a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 26b80980f314d0bc487d09be90765ff045707a40371a0a762cd4645b4435aa4706d4ddc907fd9fe4fc2a46e9521e916ad4170a23037e8813cdd60dd3fb7b89f8
|
7
|
+
data.tar.gz: f63bbea8b745c6b898fa678969f3e624b447690be65ea6a9c47840615b47a1bf3362fbee1234867412c02b00377f6edb51ffb173fc182e8304152f5ca0e43ba8
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: riverqueue
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Blake Gentry
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2024-
|
12
|
+
date: 2024-07-06 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: River is a fast job queue for Go. Use this gem in conjunction with gems
|
15
15
|
riverqueue-activerecord or riverqueue-sequel to insert jobs in Ruby which will be
|