tickethub 0.3.80 → 0.3.81

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d3fee4229ea007716d0d3e417ec756cf3846e425
4
- data.tar.gz: f4ba335105e1ed675acbdf472bd9acc428aa98a7
3
+ metadata.gz: ef56d8db7a6bd7ed1b7b0882db5dd8641f1b1a74
4
+ data.tar.gz: b725ccea56cba0b911c0a8aed03e31e85e8e8b64
5
5
  SHA512:
6
- metadata.gz: 15dd124c839d533eb6ecc7ebf71c65ce30515c819ad7a9943a50625d6fff2736c0e955df3f643b0fc12be289a7acdd4b5b779acea97a8748f34ba73ece63bca3
7
- data.tar.gz: 2b3a0ac9be10b3be9f798f45c3db2cc75dbcd4d2181a2e085d72a6cc67dda7748b55540c6c0dce6c08c47bed436d38723a8516b2ef972704e6ba26c604b03fc3
6
+ metadata.gz: eb1acc46ee94fa4666638d19f9a0289136d55192ea2867cfafe93ae3d58315126400cd415a4e726bbd0f98b8708190d30ec10aaa92d398e620a9b8eb80b82cb3
7
+ data.tar.gz: 15eb86fa95f58692a9ede830c42d5a9d2e8b75ffc2d9a1df691d9e198795ad163b56b4114353a0f55dc947a1678466e4d928675104dffd941b03b522e4feb7f6
@@ -5,6 +5,7 @@ module Tickethub
5
5
  path '/channel/tiers'
6
6
 
7
7
  attribute :price, type: :money
8
+ attribute :retail, type: :money
8
9
 
9
10
  attribute :notice, type: :duration
10
11
  attribute :period, type: :duration
@@ -9,6 +9,7 @@ module Tickethub
9
9
  association :product, Supplier::Product
10
10
 
11
11
  attribute :price, type: :money
12
+ attribute :retail, type: :money
12
13
 
13
14
  attribute :notice, type: :duration
14
15
  attribute :period, type: :duration
@@ -1,3 +1,3 @@
1
1
  module Tickethub
2
- VERSION = '0.3.80'
2
+ VERSION = '0.3.81'
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.80
4
+ version: 0.3.81
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oliver Morgan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-14 00:00:00.000000000 Z
11
+ date: 2016-01-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler