cashbox 0.0.8 → 0.0.9

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: 1adfc9dcdaf771c9c803499b25138fd72166c11b
4
- data.tar.gz: 4e8fb07ff7c379cd3a60fca42928e66c50e1462f
3
+ metadata.gz: 17f4f41df6744203b7afdcbb9f697ac07c26d321
4
+ data.tar.gz: 2c2f4240cf289b8f35b8c1a68d312acfb31d62ba
5
5
  SHA512:
6
- metadata.gz: da2e03cab821d9517a06f0404647702a95f5b4e24aca5c96976329ab8970a4795b116136be5a6ea1023f30fe6dda667b3858a3fd3516d75bf118203b58164efc
7
- data.tar.gz: bf6c913dac795f71404927d80b2330ec56cf91a5a913af3568da110dd88d7eee04124cb21a5291525093732b833ee6887d622570772325d4cadd9afb91c585f7
6
+ metadata.gz: a29192c65cc7228ebbc6996355b9ad0a5137e8b576d1f14cb9822d6eaecb1928671e96348a9199b553cf01d96d896caee73f77a155cc2e943f835cc9c51ccf6c
7
+ data.tar.gz: 037f8103c7f26a431fdccc290dfd07a53585d0848b1aa5a8c23b9ad7ea22a0341e1f1517738a6975c5c0eec2cbda18d9d406c389673769242f04c79de89a037f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cashbox (0.0.8)
4
+ cashbox (0.0.9)
5
5
  activesupport
6
6
  addressable
7
7
  hashie
@@ -10,7 +10,6 @@ module Cashbox
10
10
  property :email
11
11
  property :email_type
12
12
  property :language
13
- property :metadata
14
13
  property :name
15
14
  property :notify_before_billing
16
15
  property :payment_methods, coerce: Cashbox::Type.List(Cashbox::PaymentMethod)
@@ -1,3 +1,3 @@
1
1
  module Cashbox
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
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.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathon Storer