evt-messaging 2.5.2.0 → 2.5.2.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 89ca33e5b0fa877f3ef134f979c220da8ef94caa5fa7b9fe4cb761773ff4ba01
4
- data.tar.gz: 16504c4203a82f7bef3fd5901d3926bd3d33adbfc569c2925b97d32f18b5a8a9
3
+ metadata.gz: f7c04e0dec5f4a44a412b02aaa7f4e7c5c1051edd647f521b55d703e525eb752
4
+ data.tar.gz: b179e04fe469d034f8316e669a96d5e763280c79fdc623fd698bae6f68a61b65
5
5
  SHA512:
6
- metadata.gz: 151352d092b0fad0c1f06c495d0e5a32ab46a6c4ae927f859b520f6ed1c4e1697ee2b0b4fe34ccc86967c1ad4cdb13a3ec9391879fce82755f37e843f144365a
7
- data.tar.gz: 01c1ac37c1f4cf65e3fc6836f90245927e3257595203ca3b5016f43e5bb4745ae817248cd5c926fc790fb13f0e78b25d11f84d4c30a8af275646600ef2a2b4ac
6
+ metadata.gz: 1bff39401cf18dfea165571dd3780ced69d6747365629331cfb55e82c0227cd41766706909e1cff24b2292d709b0ff03146b3c7034598f28eec0914a3ade22a6
7
+ data.tar.gz: faf8f7669aaba89923a1baa321fe8a0f24f92191cb0d41ecc35830c68d676d9a923845f9ea3fe4193937de28b3947835983655637b8b7bb58fc786c04852dd4b
@@ -126,7 +126,7 @@ module Messaging
126
126
  end
127
127
  alias :correlates? :correlated?
128
128
 
129
- def self.source_attributes
129
+ def self.source_attribute_names
130
130
  [
131
131
  :stream_name,
132
132
  :position,
@@ -134,7 +134,7 @@ module Messaging
134
134
  ]
135
135
  end
136
136
 
137
- def self.causation_attributes
137
+ def self.causation_attribute_names
138
138
  [
139
139
  :causation_message_stream_name,
140
140
  :causation_message_position,
@@ -142,15 +142,15 @@ module Messaging
142
142
  ]
143
143
  end
144
144
 
145
- def self.origin_attributes
145
+ def self.origin_attribute_names
146
146
  [
147
147
  :correlation_stream_name,
148
148
  :reply_stream_name
149
149
  ]
150
150
  end
151
151
 
152
- def self.workflow_attributes
153
- causation_attributes + origin_attributes
152
+ def self.workflow_attribute_names
153
+ causation_attribute_names + origin_attribute_names
154
154
  end
155
155
 
156
156
  def self.transient_attributes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: evt-messaging
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.2.0
4
+ version: 2.5.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Eventide Project