evt-consumer 2.3.1.1 → 2.3.1.2
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 +4 -4
- data/lib/consumer/position_store.rb +2 -2
- data/lib/consumer/postgres +1 -0
- data/lib/consumer/postgres.rb +1 -0
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 82e9566398b86ca5b2a2029c734be661f8e37da75db8f6749ee2c8f314fd835f
|
|
4
|
+
data.tar.gz: 57ea697f0ab8a650bda08ecc7fd81b5f7dcda50ff4d035865609ad9d6fd78412
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2430e70fffebbfcd2ce120ea882b1c60c5acd70f6498d371186d9cb593a75768db75f6c1afdfdf0a48d9ec442c0563df075ec3facba678268e61430f5cd9e3d9
|
|
7
|
+
data.tar.gz: 370a89d41b77a8a76d763da985d3a04f9ab87e3b243100eeba1e81b2833baf5eedc4e81590a60c68b59f2a589f7899b71bd581e2cb866e8626b17f06c9bbf1dc
|
|
@@ -19,7 +19,7 @@ module Consumer
|
|
|
19
19
|
end
|
|
20
20
|
end
|
|
21
21
|
|
|
22
|
-
Virtual::
|
|
22
|
+
Virtual::VirtualMethod.define(self, :configure)
|
|
23
23
|
|
|
24
24
|
module Build
|
|
25
25
|
def self.extended(cls)
|
|
@@ -73,7 +73,7 @@ module Consumer
|
|
|
73
73
|
|
|
74
74
|
module Put
|
|
75
75
|
def self.prepended(cls)
|
|
76
|
-
Virtual::
|
|
76
|
+
Virtual::VirtualMethod.define(cls, :put)
|
|
77
77
|
end
|
|
78
78
|
|
|
79
79
|
def put(position)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/Users/sbellware/projects/eventide/consumer-postgres/lib/consumer/postgres
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/Users/sbellware/projects/eventide/consumer-postgres/lib/consumer/postgres.rb
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: evt-consumer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.1.
|
|
4
|
+
version: 2.3.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- The Eventide Project
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-01-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ntl-actor
|
|
@@ -133,6 +133,8 @@ files:
|
|
|
133
133
|
- lib/consumer/position_store.rb
|
|
134
134
|
- lib/consumer/position_store/substitute.rb
|
|
135
135
|
- lib/consumer/position_store/telemetry.rb
|
|
136
|
+
- lib/consumer/postgres
|
|
137
|
+
- lib/consumer/postgres.rb
|
|
136
138
|
- lib/consumer/subscription.rb
|
|
137
139
|
- lib/consumer/subscription/defaults.rb
|
|
138
140
|
- lib/consumer/subscription/get_batch.rb
|
|
@@ -156,7 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
156
158
|
- !ruby/object:Gem::Version
|
|
157
159
|
version: '0'
|
|
158
160
|
requirements: []
|
|
159
|
-
rubygems_version: 3.
|
|
161
|
+
rubygems_version: 3.3.3
|
|
160
162
|
signing_key:
|
|
161
163
|
specification_version: 4
|
|
162
164
|
summary: Continuous subscription to a category and message dispatching to handlers
|