riverqueue-activerecord 0.0.1

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: bc7c721cc5cf83468e65b7fb638579e552dc55af4169a3b370d82f702a00780b
4
+ data.tar.gz: b5a90e10e4029302f5d0a4d4508e33d8c894c91619db6ece94fe1dd1e53951e6
5
+ SHA512:
6
+ metadata.gz: 6e675a181227091146ea1479bb1f975cfba8a2a419bcaf7a288d4096752fa4420042370fb99a64038aae1e7b4d7f05901e2bc438f9628825cee2a27b69a1db40
7
+ data.tar.gz: 9a74021076c8d6623e7e101b2b3d6d7b8649704d4b2e32f16ce30b5d241dc6202767b4cfcb121c2329b06ce2416c284a2e393f12b7fd8ccb6c3696715f9abc73
@@ -0,0 +1,8 @@
1
+ module River
2
+ module Driver
3
+ module ActiveRecord
4
+ def initialize
5
+ end
6
+ end
7
+ end
8
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: riverqueue-activerecord
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Blake Gentry
8
+ - Brandur Leach
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2023-11-19 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: ActiveRecord driver for the River Ruby gem.
15
+ email: brandur@brandur.org
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/riverqueue-activerecord.rb
21
+ homepage: https://riverqueue.com
22
+ licenses:
23
+ - LGPL-3.0-or-later
24
+ metadata: {}
25
+ post_install_message:
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: 3.4.20
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: ActiveRecord driver for the River Ruby gem.
44
+ test_files: []