tickethub 0.3.18 → 0.3.20
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.rb +2 -0
- data/lib/tickethub/supplier/transfer.rb +1 -1
- data/lib/tickethub/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a4b7f11372c7f167b46e042f62818a246344d818
|
4
|
+
data.tar.gz: 78bb98c7ab424ba5a5129d00a3b81d774bd25da0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb72c87d0fa570b045cc718df7157ce11f50613d057848389efeabce8f8bd95662ecb17408feec5c9b2e9431ab4478f6640a641f84f72f2288fab4fa995cc231
|
7
|
+
data.tar.gz: 70f07c913e4406e68c9bb75ca72cc39d87c601d8b428787eff72274ab321d61feb60ed73ff5793c03ae61c1636285b08ab78526e89ea4d12b8d8c7a9cd704bf7
|
data/lib/tickethub/supplier.rb
CHANGED
@@ -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
|
data/lib/tickethub/version.rb
CHANGED
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.
|
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.
|
188
|
+
rubygems_version: 2.4.5
|
189
189
|
signing_key:
|
190
190
|
specification_version: 4
|
191
191
|
summary: API client for tickethub.io
|