tickethub 0.3.95 → 0.3.96
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/tickethub/supplier/order.rb +1 -0
- data/lib/tickethub/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: d38cb02ceb0e14a7a2d35dad2a06b54cf78d1f22
|
4
|
+
data.tar.gz: dee9fb148698abf75cd43a1c7016f660c138a39c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5212d02cd29e3c9305ec174785f16b7a4b2b78f6c5dc01f6dc7abc73720a4be24eed436439a4fc2fa900bd0452bb5c49c58dddedb622e5e78b652780636b32dd
|
7
|
+
data.tar.gz: 5a5a7c72c41ff50b77bcbc3f1f2a816e309578d1110fd4598d17a9421ac0a0a709f72e3d83d570a4527eb6914ee4b27a4ff3e066133dbbc25e8f3f790d6f4f47
|
@@ -41,6 +41,7 @@ module Tickethub
|
|
41
41
|
attribute :balance, type: :money
|
42
42
|
attribute :currency, type: :currency
|
43
43
|
|
44
|
+
attribute :booked_at, type: :datetime
|
44
45
|
attribute :expires_at, type: :datetime
|
45
46
|
attribute :confirmed_at, type: :datetime
|
46
47
|
attribute :created_at, type: :datetime
|
data/lib/tickethub/version.rb
CHANGED