evt-messaging 1.0.0.0 → 1.1.0.0

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: d4026384d9a2f9372c93a242bc477ab120b91c1af0b681993642e661499b5ac7
4
- data.tar.gz: bff3d6cc6fb72d4dd8a1822b37645a558752dad5d80a06eddfece0ef4b0bb5dd
3
+ metadata.gz: 24472eac9b26b277a4bab22bff5613538f38d7d3ed4bc68dba79cd0b4c3ceac8
4
+ data.tar.gz: f6b13eaaa7c188d0fc073355f644570e7073f5f3f87078df9690df799169f385
5
5
  SHA512:
6
- metadata.gz: 39f5410fbf5c67c4656e4155e142f421fca712165f3ec158bf5f8afe81ac11b6b6007b5e55164d60b5175f292b56746c2854902e5de284c2c1b58f4fd886d2c9
7
- data.tar.gz: 1cc84bf2365347dcfd92e1c71e4c803d69ad2c0d87bce209817d0e18048767f01f45620ddcf22dad40c25cd72de5dff48ba3fc8f31d7594e2caf150741bd9fe7
6
+ metadata.gz: 4824ca60bb35bdee29c00d6aa0a8766498cb5d27d37b14cfb224c366094bc8a5fbb0d96ced4433d15e54d95a1d7a7823bd9329611b388797aa918805872403aa
7
+ data.tar.gz: 482d4223bc1827d6d1d95194c53ee79faa6533142c2a94ef4d3213d30c0c2dd31517c804c830225f732ffad4a8a202ecc1ae97e1e96e4c08ae6351c1ee282ccb
data/lib/loader.rb ADDED
@@ -0,0 +1 @@
1
+ lib/messaging.rb
@@ -16,12 +16,14 @@ module Messaging
16
16
  attribute :global_position, Integer
17
17
  alias :source_message_global_position :global_position
18
18
  alias :source_message_global_position= :global_position=
19
+ alias :sequence :global_position
20
+ alias :sequence= :global_position=
19
21
 
20
22
  attribute :causation_message_stream_name, String
21
23
  attribute :causation_message_position, Integer
22
24
  attribute :causation_message_global_position, Integer
23
- alias :sequence :causation_message_global_position
24
- alias :sequence= :causation_message_global_position=
25
+ alias :causation_sequence :causation_message_global_position
26
+ alias :causation_sequence= :causation_message_global_position=
25
27
 
26
28
  attribute :correlation_stream_name, String
27
29
 
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: 1.0.0.0
4
+ version: 1.1.0.0
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-04 00:00:00.000000000 Z
11
+ date: 2019-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: evt-message_store
@@ -44,6 +44,7 @@ executables: []
44
44
  extensions: []
45
45
  extra_rdoc_files: []
46
46
  files:
47
+ - lib/loader.rb
47
48
  - lib/messaging.rb
48
49
  - lib/messaging/category.rb
49
50
  - lib/messaging/controls.rb
@@ -92,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
93
  version: '0'
93
94
  requirements: []
94
95
  rubyforge_project:
95
- rubygems_version: 2.7.6
96
+ rubygems_version: 2.7.3
96
97
  signing_key:
97
98
  specification_version: 4
98
99
  summary: Common primitives for platform-specific messaging implementations for Eventide