cashbox 0.0.12 → 0.0.13

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
- SHA256:
3
- metadata.gz: d9f366647d6c3552ea045a9de0ad6e8a49941f32afc21f7bd5f8a3870015979b
4
- data.tar.gz: d6f79a7a1e129daadf6ea31c11d8b34d98821cf64e9bb935eb63852c9d983943
2
+ SHA1:
3
+ metadata.gz: d14f10d7fad5b1b6637c794fab54c408bb0560a4
4
+ data.tar.gz: 23df63ff1351c33f1d210f46a9581fadeeb0982d
5
5
  SHA512:
6
- metadata.gz: f693c3543ddf826c84020711d776f2a4f21a33db4fc464c87b46df6fe03c9d4d1d6e0ee1ea074ad55cef8cc42fac616ae54f2c250348184073acac1acbea8991
7
- data.tar.gz: 78ee9479cb20140f5d94e6abd4f987664fb972f87ad3c6e046b87788c8185c5897c7994ed872e09683528bbb81dc7613960fab149f4aa1378ebca24238f190a4
6
+ metadata.gz: 714d70f8026d764e8f58d0f91870d2b4021146e18a10ce788ec7603e30a664d59dbc75adfa4a54f69b766822927e05590ae5982b0c7bd07fb21b2a40f13538fc
7
+ data.tar.gz: 49543244f5adc30f3fd7f6ca2dabcca8d2bbcbaf289d5acb52fe39af54c429dd54a1a4f017c25abdb525522dd3012421b1fabc0d3aac27e77b126f2c9710c04b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cashbox (0.0.11)
4
+ cashbox (0.0.12)
5
5
  activesupport
6
6
  addressable
7
7
  hashie
@@ -12,5 +12,6 @@ module Cashbox
12
12
  property :tax_classification
13
13
  property :tax_type
14
14
  property :total
15
+ property :price
15
16
  end
16
17
  end
@@ -1,3 +1,3 @@
1
1
  module Cashbox
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.13"
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.12
4
+ version: 0.0.13
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-09 00:00:00.000000000 Z
11
+ date: 2018-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -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.7.6
225
+ rubygems_version: 2.5.2
226
226
  signing_key:
227
227
  specification_version: 4
228
228
  summary: Cashbox Rest Client