tickethub 0.3.22 → 0.3.23

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: de1554be2b9bd8a9122dfb3404cdfbf49c508abc
4
- data.tar.gz: e86f4f7238bf5194ca1740d76edae1f7e932917e
3
+ metadata.gz: 36d02eab06b6cd9adf7f95a5ec9c919624922c43
4
+ data.tar.gz: a084176979cab58dde4010d35ebc402bb7c14314
5
5
  SHA512:
6
- metadata.gz: ea16a6c1ce3fce503b75e48b2ce298192ad9e23970497f3fe259bb81737c7011e8b916f8b51c5b3412d665fce38386cf78580dcbc61391b59e717964fa448453
7
- data.tar.gz: 850315e9c74ef3917ac99536983e112ffdefdaab01f2d20ae9d61cccb1d123e9ea9a82e50732eb9036306e685c94514fcd7d0a3c4c0edc9fcef4b87dc014b040
6
+ metadata.gz: 6fdffb64f9da11ac2594c7dfce08a2d7187d626d21f3a086ecc6f3fe625d61a8ac416fcd467d78022eb48752321ef98dfb34b9c6b3f6a65c9893eaa7ba2c3b05
7
+ data.tar.gz: 6513c288bede88c1093ca0fc32251b6786c34fe27d768f142bfb713dd30e95990ffc6e34e58bc7ce7badce926fd0b34ad824d857dec0b0fd340d1266de32433b
@@ -0,0 +1,12 @@
1
+ require_relative '../resource'
2
+
3
+ module Tickethub
4
+ class Supplier::Channel < Resource
5
+ path '/supplier/channels'
6
+
7
+ require_relative 'product'
8
+
9
+ attribute :updated_at, type: :datetime
10
+ attribute :created_at, type: :datetime
11
+ end
12
+ end
@@ -1,3 +1,3 @@
1
1
  module Tickethub
2
- VERSION = '0.3.22'
2
+ VERSION = '0.3.23'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tickethub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.22
4
+ version: 0.3.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oliver Morgan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-28 00:00:00.000000000 Z
11
+ date: 2015-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -116,6 +116,7 @@ files:
116
116
  - lib/tickethub/supplier/booking/ticket.rb
117
117
  - lib/tickethub/supplier/booking/voucher.rb
118
118
  - lib/tickethub/supplier/broadcast.rb
119
+ - lib/tickethub/supplier/channel.rb
119
120
  - lib/tickethub/supplier/charge.rb
120
121
  - lib/tickethub/supplier/charge/gateway.rb
121
122
  - lib/tickethub/supplier/charge/service.rb