riverqueue-redis 0.0.0.reserved
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 +7 -0
- data/README.md +7 -0
- metadata +43 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 8834f59828b5a6de2469f44c11acd064e98d8c6933ac45ac656e2fb15f1020e8
|
|
4
|
+
data.tar.gz: db4945740a2547f1478dc34f7f11f3d2f24809aea7e007a22c763f51cb1bc75a
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 37f5d176e786ddb55451ab1b2ffdb2f2258f7768620b60d0aa2f59870b3c8004b986be1eabe453e7b341f0599c24b8132cfa9b830d842eefb63e1b4213331493
|
|
7
|
+
data.tar.gz: ec2eb9e850276b38cf21a22daa7e220d46556b31143c88c58e48dd3843acc3a641b1e76a69aadb937c733db9d8abf00bdb6d17d2bac34a082a647ae479ca5ea8
|
data/README.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# riverqueue-redis
|
|
2
|
+
|
|
3
|
+
This is an official name-reservation placeholder for the Redis driver for River.
|
|
4
|
+
It is not a functional release and contains no implementation code.
|
|
5
|
+
Do not use this placeholder in an application.
|
|
6
|
+
|
|
7
|
+
Visit https://riverqueue.com for project information.
|
metadata
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: riverqueue-redis
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.0.reserved
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- River Software
|
|
8
|
+
bindir: bin
|
|
9
|
+
cert_chain: []
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
|
+
dependencies: []
|
|
12
|
+
description: Reserved for the Redis driver for River. This prerelease contains documentation
|
|
13
|
+
only, no implementation, and is not usable in applications.
|
|
14
|
+
email: support@riverqueue.com
|
|
15
|
+
executables: []
|
|
16
|
+
extensions: []
|
|
17
|
+
extra_rdoc_files: []
|
|
18
|
+
files:
|
|
19
|
+
- README.md
|
|
20
|
+
homepage: https://riverqueue.com
|
|
21
|
+
licenses:
|
|
22
|
+
- MPL-2.0
|
|
23
|
+
metadata:
|
|
24
|
+
allowed_push_host: https://rubygems.org
|
|
25
|
+
rubygems_mfa_required: 'true'
|
|
26
|
+
rdoc_options: []
|
|
27
|
+
require_paths:
|
|
28
|
+
- lib
|
|
29
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - ">="
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '0'
|
|
34
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
35
|
+
requirements:
|
|
36
|
+
- - ">="
|
|
37
|
+
- !ruby/object:Gem::Version
|
|
38
|
+
version: '0'
|
|
39
|
+
requirements: []
|
|
40
|
+
rubygems_version: 4.0.9
|
|
41
|
+
specification_version: 4
|
|
42
|
+
summary: Official name-reservation placeholder for riverqueue-redis.
|
|
43
|
+
test_files: []
|