evt-messaging 0.17.1.0 → 0.18.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
  SHA1:
3
- metadata.gz: 04d4b16bf38e91eb6b4921016dfd44eed82b59dc
4
- data.tar.gz: 9df25f6dbb31fe13a568551598bc08334cb7e18a
3
+ metadata.gz: 49528cadeb7d747582de5116b7b59f3cd6956c1d
4
+ data.tar.gz: be3e0543cf292677a619eba7a64c09f30e11b379
5
5
  SHA512:
6
- metadata.gz: 8cff668dc7191e52c96b52798434df46abf7f0e41d0d665d46b97e9b855847ee2832175b3d5a6eec2a3cc36187254c1e5941b477cbcea5748826f909280d7cb7
7
- data.tar.gz: 94d1c86045d7382851d1332afce36b2ce923e10ec8e9e038ba34417574add51dd02026cdcb831482156c96321106b74c0099adb82330eb7729d826c2d3480fc8
6
+ metadata.gz: d26d59c955a8afa5d2fe93f237fe58b6ea858295c4e7b90dade28a02a1a5246d692a5be0c53c3c223aae3437a39748482515f532ff82187dd5139d83c05ce3fc
7
+ data.tar.gz: 50289e28a9146860f29ae2a833c40fb5a7236d238628a7ae707dae0aa891ccb3a99b6050eaddaeb9f6cc8bbe8f90e34c0f3a5e7633144dc3dd3043c710e4cbd6
@@ -98,7 +98,6 @@ module Messaging
98
98
  blk.call(record.data.message, record.data.stream_name, record.data.expected_version, record.data.reply_stream_name)
99
99
  end.map { |record| record.data.message }
100
100
  end
101
- alias :messages :message_writes
102
101
 
103
102
  def one_message_write(&blk)
104
103
  messages = message_writes(&blk)
@@ -120,7 +119,6 @@ module Messaging
120
119
  blk.call(record.data.message, record.data.stream_name)
121
120
  end.map { |record| record.data.message }
122
121
  end
123
- alias :replies :message_replies
124
122
 
125
123
  def one_message_reply(&blk)
126
124
  messages = message_replies(&blk)
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: 0.17.1.0
4
+ version: 0.18.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: 2017-06-16 00:00:00.000000000 Z
11
+ date: 2017-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: evt-message_store