cashbox 0.0.2 → 0.0.3

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: 5fe784a85eecfedfab7d086b98e2d009adcd2541
4
- data.tar.gz: 8c9b88899e9816f794170d92697e39c1893c327c
3
+ metadata.gz: bdaacc113794f96b3fa37b25072f26975662515f
4
+ data.tar.gz: 7908bac53209340745090a0ac89eefe7d1adce76
5
5
  SHA512:
6
- metadata.gz: cc06420eed34c40c720abfb9b8fea8cf377af397789812dee1d03a9efaa0605739bd551b9608bebc4893c8f53dfd93c39d531fc931322ce802a4e19d11521fba
7
- data.tar.gz: 34cdf5779e68f860170fb15b6145ce974232e61f1db9aefe37c350b995755ae279d777552f2fe46f04fdc801985bcfcde9681c80c6511c45e98ca7b5b82fff86
6
+ metadata.gz: d92f6454b28df79d0b2db91f0ccf6e11c00660a8edbc5a3834520d2f74f91b91580ef3daf43f72f817a28a6472c26ea01cd8995b106f76c1dca121f0643166d1
7
+ data.tar.gz: edd3f772f362946ea418ca7206cb234d1deb62152d3b8f8456962a4865b40bb39f162b912ef0020988e9064dcf13f0dbe5677b78ebd230f8ed336e2602af6911
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cashbox (0.0.1)
4
+ cashbox (0.0.2)
5
5
  activesupport
6
6
  addressable
7
7
  hashie
@@ -10,9 +10,9 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activesupport (5.0.2)
13
+ activesupport (5.1.6)
14
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
15
- i18n (~> 0.7)
15
+ i18n (>= 0.7, < 2)
16
16
  minitest (~> 5.1)
17
17
  tzinfo (~> 1.1)
18
18
  addressable (2.5.0)
@@ -29,12 +29,13 @@ GEM
29
29
  debugger-linecache (1.2.0)
30
30
  diff-lcs (1.3)
31
31
  hashdiff (0.3.2)
32
- hashie (3.5.5)
33
- httparty (0.15.6)
32
+ hashie (3.5.7)
33
+ httparty (0.16.2)
34
34
  multi_xml (>= 0.5.2)
35
- i18n (0.8.1)
35
+ i18n (1.0.0)
36
+ concurrent-ruby (~> 1.0)
36
37
  method_source (0.8.2)
37
- minitest (5.10.1)
38
+ minitest (5.11.3)
38
39
  multi_xml (0.6.0)
39
40
  pry (0.10.4)
40
41
  coderay (~> 1.1.0)
@@ -64,7 +65,7 @@ GEM
64
65
  safe_yaml (1.0.4)
65
66
  slop (3.6.0)
66
67
  thread_safe (0.3.6)
67
- tzinfo (1.2.2)
68
+ tzinfo (1.2.5)
68
69
  thread_safe (~> 0.1)
69
70
  webmock (2.3.2)
70
71
  addressable (>= 2.3.6)
@@ -84,4 +85,4 @@ DEPENDENCIES
84
85
  webmock (~> 2.0)
85
86
 
86
87
  BUNDLED WITH
87
- 1.13.6
88
+ 1.16.1
@@ -12,5 +12,7 @@ module Cashbox
12
12
  property :message
13
13
  property :periods, coerce: Cashbox::Type.List(Cashbox::BillingPlanPeriod)
14
14
  property :status
15
+ property :times_to_run
16
+ property :used_on_subscriptions
15
17
  end
16
18
  end
@@ -1,3 +1,3 @@
1
1
  module Cashbox
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
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.2
4
+ version: 0.0.3
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-04-03 00:00:00.000000000 Z
11
+ date: 2018-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler