evt-messaging 0.9.0.0 → 0.9.0.1

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: 83a8a199b9d607303edd1d695656791719584c68
4
- data.tar.gz: abac813b8e67d27e9c3881b52bf512a48e4d1e75
3
+ metadata.gz: 617f222f09f3cea3ebfb2385ae356025d0951199
4
+ data.tar.gz: 3e2455f8277ab02b62245fb5b959cc53e4970af4
5
5
  SHA512:
6
- metadata.gz: 4a8567867e420f256d3fb323f22838cc6e79854b02cdcb226cf078813dc9523c4e83a5663790ef63a8b69dcab54679408dbd892c9845f35aea3f781fcfa4f839
7
- data.tar.gz: c374f7b7dadff1ace16f1869bef02784d3f5e14c988a3efa76a79075e796d0d172bd6585810c33727e0527ae312ea81f005499f0457eea89b099fec336544c1e
6
+ metadata.gz: 3dee3a0bafb0730b817cdd9eb75466e53caf621825d4c35db81ca4de2cc241267bb57541bf567d8e68770aa23797599ca60ba76a3673fafb45bd5c2a3b4f1989
7
+ data.tar.gz: cd6f0b5913ec1768865a19ade9d902b67bfdeebc773caae70a1b794ea8d188fac6203c65188da7878f8268b3ae3b2b094bc7ebcd3153cd9d9ebe57d8523acea7
@@ -7,19 +7,19 @@ module Messaging
7
7
 
8
8
  attribute :source_event_stream_name, String
9
9
  alias :stream_name :source_event_stream_name
10
- attribute :source_event_position, Fixnum
10
+ attribute :source_event_position, Integer
11
11
  alias :sequence :source_event_position
12
12
  alias :position :source_event_position
13
13
  alias :position= :source_event_position=
14
14
 
15
15
  attribute :causation_event_stream_name, String
16
- attribute :causation_event_position, Fixnum
16
+ attribute :causation_event_position, Integer
17
17
 
18
18
  attribute :correlation_stream_name, String
19
19
 
20
20
  attribute :reply_stream_name, String
21
21
 
22
- attribute :global_position, Fixnum
22
+ attribute :global_position, Integer
23
23
  attribute :time, Time
24
24
 
25
25
  attribute :schema_version, String
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: 0.9.0.0
4
+ version: 0.9.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Eventide Project