tickethub 0.3.78 → 0.3.79

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: a6f41db248d59caa55ed464c501bda76aa447855
4
- data.tar.gz: 4f780f80089b6a58ad0e32f814e4ab76c8a81237
3
+ metadata.gz: a1ccac2cccb861a30eddc3ab176cc04fbdc59612
4
+ data.tar.gz: 15621503a1b6e958eae0afe87f118e35a1c211c5
5
5
  SHA512:
6
- metadata.gz: 77f676da9c262587029dd5725993da6859e62a6ca228cd0c1a5a0072f954f095f3ee8ad98ed70b81835c6a099db6c566992b4c4212257c31844cc9853618f5d8
7
- data.tar.gz: 55c8a31bced59eca55a49d0b98e298835677381164ed85d8476cbabc895db2b488d6050f2d496d8592291b45a9087774eb02d4b9c6d45e467865720900a579b1
6
+ metadata.gz: baf0bddbc3a4fb05f73619620b2ef31f3531599ba880bfc0fd242dea210c6a4e95fba2b76f322e76c7c514fa9c762e8beed6d94ca5927a229e2d514b7b6512f2
7
+ data.tar.gz: 5496ea4a3e7629c9afa7add3cba4c4a9146af65c3703106ee92d56e86ce3a9681a99c8434ca5e0c876594c36b874b4efff6f473191d551d58a34b8fe79336902
@@ -9,7 +9,7 @@ module Tickethub
9
9
  association :user, Supplier::User
10
10
  association :approved_by, Supplier::User
11
11
 
12
- attribute :closed_at, type: :datetime
12
+ attribute :date, type: :date
13
13
  attribute :approved_at, type: :datetime
14
14
  attribute :updated_at, type: :datetime
15
15
  attribute :created_at, type: :datetime
@@ -1,3 +1,3 @@
1
1
  module Tickethub
2
- VERSION = '0.3.78'
2
+ VERSION = '0.3.79'
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.78
4
+ version: 0.3.79
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-11 00:00:00.000000000 Z
11
+ date: 2016-01-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler