cashbox 0.0.11 → 0.0.12

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
  SHA256:
3
- metadata.gz: 0b14d5a3b25ba4e6bf6cb6151208afa1229b4c89430ebd929ccb4d760cf4115d
4
- data.tar.gz: e95d915360f75c6f41525c1202249c4444240aa4d49b115048988f0baae68560
3
+ metadata.gz: d9f366647d6c3552ea045a9de0ad6e8a49941f32afc21f7bd5f8a3870015979b
4
+ data.tar.gz: d6f79a7a1e129daadf6ea31c11d8b34d98821cf64e9bb935eb63852c9d983943
5
5
  SHA512:
6
- metadata.gz: 0c8402ca5d08aa6a0bdbfe2304858d4e4b89113e66a00be6bb3f3b51102f5b4245cd296b3f1619bade213401342907f4e6d5894b9ef27851e0ece41f623b4bac
7
- data.tar.gz: c44fca1a80c1118e097c117e9f708838ddf9f34e14723ce9af9f281a4b9085cad2f75a9c149ea666a006643849dfbe85964a29706a5a73ebdb550336e590dd25
6
+ metadata.gz: f693c3543ddf826c84020711d776f2a4f21a33db4fc464c87b46df6fe03c9d4d1d6e0ee1ea074ad55cef8cc42fac616ae54f2c250348184073acac1acbea8991
7
+ data.tar.gz: 78ee9479cb20140f5d94e6abd4f987664fb972f87ad3c6e046b87788c8185c5897c7994ed872e09683528bbb81dc7613960fab149f4aa1378ebca24238f190a4
@@ -21,7 +21,7 @@ module Cashbox
21
21
  property :message
22
22
  property :minimum_commitment
23
23
  property :most_recent_billing, coerce: Cashbox::Transaction
24
- property :next_billing, coerce: Cashbox::Type.DateTime
24
+ property :next_billing, coerce: Cashbox::Transaction
25
25
  property :notify_on_transition, coerce: Cashbox::Type.Boolean
26
26
  property :payment_method, coerce: Cashbox::PaymentMethod
27
27
  property :policy
@@ -1,3 +1,3 @@
1
1
  module Cashbox
2
- VERSION = "0.0.11"
2
+ VERSION = "0.0.12"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cashbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathon Storer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-04 00:00:00.000000000 Z
11
+ date: 2018-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler