event_store_client 1.1.2 → 1.1.3
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: fcf224b19a1f6a460e17b74b27d9899af9a50aefe870b3aa872cb1277ad82806
|
4
|
+
data.tar.gz: 869558c16fad1a4c92a3319af5e875a7286bf6242400472625365eadba4b5b29
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 956aa884c6e205fd2ef1b821736c790e201e0511d1eb21da3af223cc5052edc51c1a69ea6d00c79b7474d421a0b6bf853d186142f32284f6c4ef6557650e22fe
|
7
|
+
data.tar.gz: 62217cef5cbd546bd8e850e5b05852035f66e025916a2ee6ad290666d5e5d833c2a85e729277caf7d44dfd0dca985b61ceef9a74d6707504592051d0ded603a6
|
@@ -33,6 +33,12 @@ module EventStoreClient
|
|
33
33
|
@subscriptions.create_or_load(subscriber, filter: filter)
|
34
34
|
end
|
35
35
|
|
36
|
+
def reset_subscriptions
|
37
|
+
return unless @subscriptions.respond_to?(:reset)
|
38
|
+
|
39
|
+
@subscriptions.reset
|
40
|
+
end
|
41
|
+
|
36
42
|
def listen(wait: false)
|
37
43
|
broker.call(@subscriptions, wait: wait)
|
38
44
|
end
|
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.1.
|
4
|
+
version: 1.1.3
|
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: 2021-06-
|
11
|
+
date: 2021-06-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dry-configurable
|
@@ -247,7 +247,7 @@ licenses:
|
|
247
247
|
- MIT
|
248
248
|
metadata:
|
249
249
|
allowed_push_host: https://rubygems.org
|
250
|
-
post_install_message:
|
250
|
+
post_install_message:
|
251
251
|
rdoc_options: []
|
252
252
|
require_paths:
|
253
253
|
- lib
|
@@ -262,8 +262,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
262
262
|
- !ruby/object:Gem::Version
|
263
263
|
version: '0'
|
264
264
|
requirements: []
|
265
|
-
rubygems_version: 3.
|
266
|
-
signing_key:
|
265
|
+
rubygems_version: 3.0.4
|
266
|
+
signing_key:
|
267
267
|
specification_version: 4
|
268
268
|
summary: Ruby integration for https://eventstore.org
|
269
269
|
test_files: []
|