tickethub 0.3.18 → 0.3.20

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: c4586870840951d1e98140267f857e01c713f3d2
4
- data.tar.gz: f0665f011667099084e3950ea27c52bdf3168a05
3
+ metadata.gz: a4b7f11372c7f167b46e042f62818a246344d818
4
+ data.tar.gz: 78bb98c7ab424ba5a5129d00a3b81d774bd25da0
5
5
  SHA512:
6
- metadata.gz: 84c5d1e5554c467dcd5eab7a74fa10faa6d5af89301493ed62f9223a9f769a16deda09169347e0a6811e09bcd65d834fc9bbe420e651c48b1174c87e2fe42e28
7
- data.tar.gz: 1b1e8271b08ad9a700c9fb37cfed2df924eeb972d55c45b467ab49cd03171b369c014a78a2924b8c0c13f7d2a4a7485d8133f08f1feaef2285efbfae8663e906
6
+ metadata.gz: cb72c87d0fa570b045cc718df7157ce11f50613d057848389efeabce8f8bd95662ecb17408feec5c9b2e9431ab4478f6640a641f84f72f2288fab4fa995cc231
7
+ data.tar.gz: 70f07c913e4406e68c9bb75ca72cc39d87c601d8b428787eff72274ab321d61feb60ed73ff5793c03ae61c1636285b08ab78526e89ea4d12b8d8c7a9cd704bf7
@@ -29,6 +29,7 @@ module Tickethub
29
29
  require_relative 'supplier/import'
30
30
  require_relative 'supplier/broadcast'
31
31
  require_relative 'supplier/widget'
32
+ require_relative 'supplier/transfer'
32
33
 
33
34
  require_relative 'contact'
34
35
  require_relative 'address'
@@ -62,6 +63,7 @@ module Tickethub
62
63
  collection :imports, Import
63
64
  collection :broadcasts, Broadcast
64
65
  collection :widgets, Widget
66
+ collection :transfers, Transfer
65
67
 
66
68
  association :address, Tickethub::Address
67
69
  association :contact, Tickethub::Contact
@@ -11,7 +11,7 @@ module Tickethub
11
11
  attribute :amount, type: :money
12
12
  attribute :currency, type: :currency
13
13
 
14
- attribute :date, type: :datetime
14
+ attribute :date, type: :date
15
15
  attribute :created_at, type: :datetime
16
16
  attribute :updated_at, type: :datetime
17
17
  end
@@ -1,3 +1,3 @@
1
1
  module Tickethub
2
- VERSION = '0.3.18'
2
+ VERSION = '0.3.20'
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.18
4
+ version: 0.3.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oliver Morgan
@@ -185,7 +185,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
185
185
  version: '0'
186
186
  requirements: []
187
187
  rubyforge_project:
188
- rubygems_version: 2.2.1
188
+ rubygems_version: 2.4.5
189
189
  signing_key:
190
190
  specification_version: 4
191
191
  summary: API client for tickethub.io