tickethub 0.3.95 → 0.3.96

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3a1ff7967927eeae4870a34f8d59fbdd1735e943
4
- data.tar.gz: 0ad952d0e7ebda07363c95ec4635ea95ffa5fd10
3
+ metadata.gz: d38cb02ceb0e14a7a2d35dad2a06b54cf78d1f22
4
+ data.tar.gz: dee9fb148698abf75cd43a1c7016f660c138a39c
5
5
  SHA512:
6
- metadata.gz: f497041a9eaa35cd9e267591709b325db5133af3204f1a06e92c8665b15b72a1baeaadde7c38d3cd2ef7a25ac87b8af6d0fdd54eb7c5998f435e79ab19ea95cc
7
- data.tar.gz: 46a47e3f08c95f7f0a2566b50177ea5986d6371c5316e03dd246ba8034b6e8fc8aae8e6ddd5398c02a6ee00a14d15ad33acf86b4f90ee0b8312d9804436c784a
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
@@ -1,3 +1,3 @@
1
1
  module Tickethub
2
- VERSION = '0.3.95'
2
+ VERSION = '0.3.96'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tickethub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.95
4
+ version: 0.3.96
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oliver Morgan