riverqueue-rails 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: aafcf39071cd336e283033164f15128e0f3fc601c1711e57813894828d143d75
|
|
4
|
+
data.tar.gz: 8cc01b3759c58443f903e49719f79dd690a2cd632fd10759a0fa1b62fc66631a
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 01bc308616ddd8c7cff4753fed534e4b18da7f7792af4c8c3e32a4d8cb556546f94f93d9fbf0192b3dafc86635e1deefd2b93e1d1947bf19d710fb71f54ee09c
|
|
7
|
+
data.tar.gz: 3c3609e9e0fd583a78d16ce8329fca98d2a7aa4f37152322cea8db571c8b16be5b634b27ac497985f1ef83b5396acc8a32cb3862b06f664697dbaa3f785204bb
|
data/README.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# riverqueue-rails
|
|
2
|
+
|
|
3
|
+
This is an official name-reservation placeholder for Rails and Active Job integration 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-rails
|
|
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 Rails and Active Job integration for River. This prerelease
|
|
13
|
+
contains documentation 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-rails.
|
|
43
|
+
test_files: []
|