evt-consumer 0.11.1.1 → 0.11.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/log.rb +0 -2
- metadata +3 -5
- 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: 74e7830916f5263fa41adc2a505e96ca59e4ebdc7f936ed9864fa0e7444ad69d
|
|
4
|
+
data.tar.gz: d665ace65aae104a3d024feaa590097c7640d47ca4500881b8cdf2287f285978
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a83a2a1ab3574339fa46718ba3efca857c539385837f92e01d5b79bb7e986ea6280973f617102387cc44a5ff29096f847d11c5d4898e5c9a22709b5cba656016
|
|
7
|
+
data.tar.gz: 1104ceaefc410e68279f755c70debf9dababd8a5e2c8dece1fe0e16460f2f567c2071a290bef1d9ae945273d836172dc5f0a592bae9770a05abc5077cc05f127
|
data/lib/consumer/log.rb
CHANGED
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: 0.11.1.
|
|
4
|
+
version: 0.11.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: 2018-
|
|
11
|
+
date: 2018-11-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ntl-actor
|
|
@@ -132,8 +132,6 @@ 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
|
|
137
135
|
- lib/consumer/subscription.rb
|
|
138
136
|
- lib/consumer/subscription/defaults.rb
|
|
139
137
|
- lib/consumer/subscription/get_batch.rb
|
|
@@ -158,7 +156,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
158
156
|
version: '0'
|
|
159
157
|
requirements: []
|
|
160
158
|
rubyforge_project:
|
|
161
|
-
rubygems_version: 2.7.
|
|
159
|
+
rubygems_version: 2.7.3
|
|
162
160
|
signing_key:
|
|
163
161
|
specification_version: 4
|
|
164
162
|
summary: Continuous subscription to a stream and message dispatching to handlers
|
data/lib/consumer/postgres
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
lib/consumer/home/ntl/Projects/eventide-project/consumer-postgres/lib/consumer/postgres
|
data/lib/consumer/postgres.rb
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
lib/consumer/home/ntl/Projects/eventide-project/consumer-postgres/lib/consumer/postgres.rb
|