tickethub 0.2.12 → 0.2.13

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: e314c5ba4f03cb437702b60c7263d7c2a13c0e75
4
- data.tar.gz: d5462b6dfa329707d07b0c7fe2db50dd324487eb
3
+ metadata.gz: a239228479598909e1c92c9d1ee74af5ffd2479b
4
+ data.tar.gz: 68bfee8af759c1756ddcbfd23b2a7e32853fbd32
5
5
  SHA512:
6
- metadata.gz: 797a19038dde3b3bd481b0f1ef3eb5c98e10a6a65524a4390e0b9e9159a8f9b12ee4f2883c83df373068998e7709d00e328a2635102b40b4cc74ad8ab5755ba2
7
- data.tar.gz: 1dc4bf691ff749e34585817394901cc97206b6a1a727ac7390438bc97b1cbe1c428cebb71c538f8982d04e58e11c262cc5cb5768b7caf8452a73a9dd34b44ba3
6
+ metadata.gz: a0ccdc39b6f899dfb59b9cb50c29705eec8fb2d872b7ef5071ed75832b0ed47abaa7b14af9b9f150fa6bcd025dcae501ed29d5433ffa45f976461589b588db3c
7
+ data.tar.gz: eab24701517ef7f64784462526b424a22a53ba862e8933a827259f6679cbb9611a59d2626142536cb56aa85d16035fc997b8c5db397b6a5c6e2eb9e6d847f0f6
@@ -18,6 +18,8 @@ module Tickethub
18
18
 
19
19
  attribute :price, type: :money
20
20
  attribute :interval, type: :duration
21
+
22
+ attribute :last_scan_at, type: :datetime
21
23
  attribute :expires_at, type: :datetime
22
24
  attribute :updated_at, type: :datetime
23
25
  attribute :created_at, type: :datetime
@@ -1,3 +1,3 @@
1
1
  module Tickethub
2
- VERSION = '0.2.12'
2
+ VERSION = '0.2.13'
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.2.12
4
+ version: 0.2.13
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-02-02 00:00:00.000000000 Z
11
+ date: 2015-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -176,7 +176,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
176
176
  version: '0'
177
177
  requirements: []
178
178
  rubyforge_project:
179
- rubygems_version: 2.2.1
179
+ rubygems_version: 2.4.5
180
180
  signing_key:
181
181
  specification_version: 4
182
182
  summary: API client for tickethub.io