cashbox 0.0.10 → 0.0.11

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
- SHA1:
3
- metadata.gz: e055fa7eb8c9f6f659a810c4ba7879b050d7bb18
4
- data.tar.gz: 785a41f3e90d02441e18227d20a783bd8d80c54b
2
+ SHA256:
3
+ metadata.gz: 0b14d5a3b25ba4e6bf6cb6151208afa1229b4c89430ebd929ccb4d760cf4115d
4
+ data.tar.gz: e95d915360f75c6f41525c1202249c4444240aa4d49b115048988f0baae68560
5
5
  SHA512:
6
- metadata.gz: 1077bb1195168f56740464ce9fffdf0a85a10b9ce121bff715df971b3242fae560c91efccece60b5492177bc01a430d71b0a818efe0006d51556ca231edca74a
7
- data.tar.gz: 89053bda78921204019c6f0b733c4288284ddd486adc769eb9f64c95d3570083943a40e8e01e5c07867d723ebb1a833e9a707c50d8c514ea095395155fd6c528
6
+ metadata.gz: 0c8402ca5d08aa6a0bdbfe2304858d4e4b89113e66a00be6bb3f3b51102f5b4245cd296b3f1619bade213401342907f4e6d5894b9ef27851e0ece41f623b4bac
7
+ data.tar.gz: c44fca1a80c1118e097c117e9f708838ddf9f34e14723ce9af9f281a4b9085cad2f75a9c149ea666a006643849dfbe85964a29706a5a73ebdb550336e590dd25
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cashbox (0.0.10)
4
+ cashbox (0.0.11)
5
5
  activesupport
6
6
  addressable
7
7
  hashie
@@ -10,6 +10,7 @@ module Cashbox
10
10
  property :billing_day
11
11
  property :billing_plan, coerce: Cashbox::BillingPlan
12
12
  property :billing_state
13
+ property :balance
13
14
  property :cancel_reason
14
15
  property :currency
15
16
  property :default_billing_plan, coerce: Cashbox::BillingPlan
@@ -19,7 +20,7 @@ module Cashbox
19
20
  property :items, coerce: Cashbox::Type.List(Cashbox::SubscriptionItem)
20
21
  property :message
21
22
  property :minimum_commitment
22
- property :most_recent_billing, coerce: Cashbox::Type.DateTime
23
+ property :most_recent_billing, coerce: Cashbox::Transaction
23
24
  property :next_billing, coerce: Cashbox::Type.DateTime
24
25
  property :notify_on_transition, coerce: Cashbox::Type.Boolean
25
26
  property :payment_method, coerce: Cashbox::PaymentMethod
@@ -1,3 +1,3 @@
1
1
  module Cashbox
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cashbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathon Storer
@@ -222,7 +222,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
222
222
  version: '0'
223
223
  requirements: []
224
224
  rubyforge_project:
225
- rubygems_version: 2.6.8
225
+ rubygems_version: 2.7.6
226
226
  signing_key:
227
227
  specification_version: 4
228
228
  summary: Cashbox Rest Client