eventq_base 1.17.1 → 1.17.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/eventq_base/queue_message.rb +1 -1
- data/lib/eventq_base/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: af9751e08c182c6315ede0b069db387b9a531ca7
|
4
|
+
data.tar.gz: 9f568c95c722955de7c9dc28738c61004d0bfdac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 07420df25d7245df19a7b8eb45da391a14b8b6bd41924a1c037bad98c308d7e4d6812b13a17781f8c3acca796cf5317716f302829df1bd59c773e85f96e4a7b3
|
7
|
+
data.tar.gz: 96ccec626b3b1dca9d16f12069a137991306e4025d71e7b111fcad353eaa03e49a63a4813c8078d4912465afb9ce8408b80237268683038f9473c75af78c2419
|
@@ -7,7 +7,7 @@ module EventQ
|
|
7
7
|
attr_accessor_type :type, type: String
|
8
8
|
attr_accessor_type :content
|
9
9
|
attr_accessor_type :content_type, type: String
|
10
|
-
attr_accessor_type :created, type:
|
10
|
+
attr_accessor_type :created, type: Float
|
11
11
|
attr_accessor_type :signature, type: String
|
12
12
|
attr_accessor_type :context, type: Hash
|
13
13
|
|
data/lib/eventq_base/version.rb
CHANGED