event_store_client 1.4.8 → 1.4.9
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a08c9715141340d0ecea4be89e5843fdfeb743bf0e24388801efe240d7d1119b
|
4
|
+
data.tar.gz: ec61b28b753e74d652af34de20dd2047c739b33267490674498fbde4d277e444
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e3a927092a217039a2423d1f3aa333d078216f29ab1c09040d142818edc2b3563ddd6cc83e5718370451eb0c9a0e260c0b272e248c98c413880a72968f9cf82e
|
7
|
+
data.tar.gz: 48f091d550b2d326665896e6ca4fa86e7a9af09dbb314adc6333c7b0265d323172159fb0f462f48d761f9e044bb683b8b472203b3720cbb8fe2e5af419925209
|
@@ -35,6 +35,7 @@ module EventStoreClient
|
|
35
35
|
subscription_store.update_position(subscription)
|
36
36
|
next unless event
|
37
37
|
|
38
|
+
logger&.info("Subscription #{subscription.name} received event #{event_data.inspect}")
|
38
39
|
subscription.subscriber.call(event)
|
39
40
|
|
40
41
|
if Thread.current.thread_variable_get(:terminate)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: event_store_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sebastian Wilgosz
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-04-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dry-configurable
|
@@ -275,7 +275,7 @@ licenses:
|
|
275
275
|
- MIT
|
276
276
|
metadata:
|
277
277
|
allowed_push_host: https://rubygems.org
|
278
|
-
post_install_message:
|
278
|
+
post_install_message:
|
279
279
|
rdoc_options: []
|
280
280
|
require_paths:
|
281
281
|
- lib
|
@@ -290,8 +290,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
290
290
|
- !ruby/object:Gem::Version
|
291
291
|
version: '0'
|
292
292
|
requirements: []
|
293
|
-
rubygems_version: 3.
|
294
|
-
signing_key:
|
293
|
+
rubygems_version: 3.1.6
|
294
|
+
signing_key:
|
295
295
|
specification_version: 4
|
296
296
|
summary: Ruby integration for https://eventstore.org
|
297
297
|
test_files: []
|