tickethub 0.3.11 → 0.3.12
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 +4 -4
- data/lib/tickethub/supplier/order.rb +3 -2
- 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: 50e9333058f6b2a77a46e79aa60cf675aa69b6c4
|
|
4
|
+
data.tar.gz: 9c287e89f4d69a33f0112578686d91a79998fd0e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 337f1696785cc518ab510d78d7d40f8d92ecfd0c4cf8070f3ea29b96135483aa3689468b6d6eccd5096541aa1a3515c44ceef6d9c890a5143655a9994ce73245
|
|
7
|
+
data.tar.gz: f32cca3e2a390ea863ffe980474ef704cc157c1568e6c66d9508865d0dbea0d54798637b7dcaceceebeb3983911691756878f3cd521f6b5f8f22a0fae8cb79bb
|
|
@@ -15,9 +15,10 @@ module Tickethub
|
|
|
15
15
|
require_relative 'user'
|
|
16
16
|
require_relative 'answer'
|
|
17
17
|
require_relative 'message'
|
|
18
|
-
require_relative 'address'
|
|
19
18
|
require_relative 'broadcast'
|
|
20
19
|
|
|
20
|
+
require_relative '../address'
|
|
21
|
+
|
|
21
22
|
collection_method :broadcast do |params|
|
|
22
23
|
Tickethub::Broadcast.call self.endpoint, post(:broadcast, params)
|
|
23
24
|
end
|
|
@@ -32,7 +33,7 @@ module Tickethub
|
|
|
32
33
|
|
|
33
34
|
association :app, Supplier::App
|
|
34
35
|
association :user, Supplier::User
|
|
35
|
-
association :address,
|
|
36
|
+
association :address, Tickethub::Address
|
|
36
37
|
|
|
37
38
|
attribute :total, type: :money
|
|
38
39
|
attribute :balance, type: :money
|
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.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Oliver Morgan
|
|
@@ -181,7 +181,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
181
181
|
version: '0'
|
|
182
182
|
requirements: []
|
|
183
183
|
rubyforge_project:
|
|
184
|
-
rubygems_version: 2.
|
|
184
|
+
rubygems_version: 2.4.5
|
|
185
185
|
signing_key:
|
|
186
186
|
specification_version: 4
|
|
187
187
|
summary: API client for tickethub.io
|