evt-consumer 2.3.1.2 → 2.3.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +1 -3
- data/lib/consumer/postgres +0 -1
- data/lib/consumer/postgres.rb +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e4020fbe8e266cf3f1d73aca2b434808eca913b81a4fba0b6f3d589107272521
|
4
|
+
data.tar.gz: c6b343c8f96151a7d81e5adf4fb10e2fef8ef85b3b58906cfde8f36558740ae4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c53bc549066aef8ac4302622e8d7de78fd48e08817b88e55dcf30bc6e05f009a99a1a41cd2af4a0a845dc240acf851d5f28df56d6f0b840a8f2c3fb8fce0de6
|
7
|
+
data.tar.gz: 25de424a409939c05dc8805a6cb197e07c00fa24db2f3bf2eef41bb68b5df8b2ab7c052ec62478ea1f9a21552b9d1a0877e88c1535c4aa3360b335543da541ce
|
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: 2.3.1.
|
4
|
+
version: 2.3.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- The Eventide Project
|
@@ -133,8 +133,6 @@ 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
|
138
136
|
- lib/consumer/subscription.rb
|
139
137
|
- lib/consumer/subscription/defaults.rb
|
140
138
|
- lib/consumer/subscription/get_batch.rb
|
data/lib/consumer/postgres
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
/Users/sbellware/projects/eventide/consumer-postgres/lib/consumer/postgres
|
data/lib/consumer/postgres.rb
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
/Users/sbellware/projects/eventide/consumer-postgres/lib/consumer/postgres.rb
|