evt-consumer 0.11.1.3 → 1.0.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/consumer/postgres +1 -0
- data/lib/consumer/postgres.rb +1 -0
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2393cb8dcf4d0d6a3dc7c693308f3c98220023221b1e4dadda8ff5be4875d613
|
4
|
+
data.tar.gz: 21e47ea18739e1c0cf96a1c80c81e7deba38a8e572e66ec04224e887042785a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 32b3239b02de9e0291bac0b91580cc97e7d955be7023f85d06b26ce1fe1627d1e254ca66c2329a0d2a17e13808e8ea4d01602d6969f3f577b4f5a11cf40f630a
|
7
|
+
data.tar.gz: 80dd4d3f9dad0a1bf40bc393ffbb511b96c6495dd2c22462e70f10d64274c4ef3750fb7b0eabbf202f60674ba5b5f9fa38b86b9cab699e0a11ea3dd495989c51
|
@@ -0,0 +1 @@
|
|
1
|
+
lib/consumer/home/ntl/Projects/eventide-project/consumer-postgres/lib/consumer/postgres
|
@@ -0,0 +1 @@
|
|
1
|
+
lib/consumer/home/ntl/Projects/eventide-project/consumer-postgres/lib/consumer/postgres.rb
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: evt-consumer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- The Eventide Project
|
@@ -132,6 +132,8 @@ files:
|
|
132
132
|
- lib/consumer/position_store.rb
|
133
133
|
- lib/consumer/position_store/substitute.rb
|
134
134
|
- lib/consumer/position_store/telemetry.rb
|
135
|
+
- lib/consumer/postgres
|
136
|
+
- lib/consumer/postgres.rb
|
135
137
|
- lib/consumer/subscription.rb
|
136
138
|
- lib/consumer/subscription/defaults.rb
|
137
139
|
- lib/consumer/subscription/get_batch.rb
|
@@ -156,7 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
156
158
|
version: '0'
|
157
159
|
requirements: []
|
158
160
|
rubyforge_project:
|
159
|
-
rubygems_version: 2.7.
|
161
|
+
rubygems_version: 2.7.6
|
160
162
|
signing_key:
|
161
163
|
specification_version: 4
|
162
164
|
summary: Continuous subscription to a stream and message dispatching to handlers
|