evt-messaging 2.7.0.1 → 2.7.0.2
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: 3f32c71b5d26c3836a8fe8273bda67167120d95dae478c7bec4d6adff7066714
|
4
|
+
data.tar.gz: 0c20f9d0e9d70019449e83b7ee38558a37b4532ec082ff75f9efad8e6a6afada
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd7af57fd67951f404b178c29d128d9bab60a12cbde574b960eb8840d853c47751682e23e0833ea8b06f5965cfabdc2d347fae5709158ce202232ca1110e46a3
|
7
|
+
data.tar.gz: f691c800fc90f762fcc83b1b535b783c91a281e8bf358a3758f4211a0843cfea9d0c11e6e1381a64954ba5e4cff687fa4f852a7db03faf08a77b9913125bfa80
|
@@ -66,6 +66,13 @@ module Messaging
|
|
66
66
|
end
|
67
67
|
end
|
68
68
|
|
69
|
+
## Consider whether "following" takes correlation stream and
|
70
|
+
## reply stream into consideration. Arguably, these attributes
|
71
|
+
## aren't indicative of causation.
|
72
|
+
## Also, follows? doesn't take metadata into consideration
|
73
|
+
## What's probably needed is a `copied?` predicate on metadata
|
74
|
+
## (without a delegation from message)
|
75
|
+
## Scott, Aaron, Tue Apr 11 2023
|
69
76
|
def follows?(preceding_metadata)
|
70
77
|
if causation_message_stream_name.nil? && preceding_metadata.stream_name.nil?
|
71
78
|
return false
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: evt-messaging
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.7.0.
|
4
|
+
version: 2.7.0.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:
|
11
|
+
date: 2023-05-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: evt-message_store
|
@@ -108,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
108
108
|
- !ruby/object:Gem::Version
|
109
109
|
version: '0'
|
110
110
|
requirements: []
|
111
|
-
rubygems_version: 3.
|
111
|
+
rubygems_version: 3.4.6
|
112
112
|
signing_key:
|
113
113
|
specification_version: 4
|
114
114
|
summary: Common primitives for platform-specific messaging implementations for Eventide
|