cashbox 0.0.38 → 0.0.39

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: a80b9c7c4eccd124d8fd747c9c154ec28c18660d
4
- data.tar.gz: 486619303a0b88216d227987a852bcf0af918ba5
3
+ metadata.gz: d8ac609841d7067b94791ae34c360b65d885f8d8
4
+ data.tar.gz: 4760be7e388bb9f3fb387201c7121232f6ce1fb5
5
5
  SHA512:
6
- metadata.gz: e125bfd779af67f718afb2e77b0564e6eff366407371116272eba05c4f10bb276193abd36b542a0f0dfac153f9e068e52fd0cb3d832752aee005b85d63979344
7
- data.tar.gz: 8fd9a0d22a11bc5f73b890e0fd509ceab50f6fba749b11fa60f77813b4fef5bf1887a9d5b1ad2f37237379e828cac1b5e8000f1f533869977e4a9dda16d6978d
6
+ metadata.gz: a867a426c0c8f62634d0c5495bea54f73da082ce1273492c98a2d610e98d0f26ab44552f51b53e36864f698aec0fee4e7cd4869d0b760872b699eec903b6c600
7
+ data.tar.gz: c2485b0cf96dce0e85fc2b13ee4d58f0895916869d0a0664f2e5ac7b2340f5b75223838af3f117ea54bd79fafe679d373b8e3595f1195b4f1f4ae2d8dfce3c93
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cashbox (0.0.38)
4
+ cashbox (0.0.37)
5
5
  activesupport
6
6
  addressable
7
7
  hashie
@@ -10,7 +10,7 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activesupport (5.2.2)
13
+ activesupport (5.2.0)
14
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
15
15
  i18n (>= 0.7, < 2)
16
16
  minitest (~> 5.1)
@@ -23,22 +23,18 @@ GEM
23
23
  slop (~> 3.6)
24
24
  coderay (1.1.2)
25
25
  columnize (0.9.0)
26
- concurrent-ruby (1.1.4)
26
+ concurrent-ruby (1.0.5)
27
27
  crack (0.4.3)
28
28
  safe_yaml (~> 1.0.0)
29
29
  debugger-linecache (1.2.0)
30
30
  diff-lcs (1.3)
31
31
  hashdiff (0.3.7)
32
- hashie (3.6.0)
33
- httparty (0.16.3)
34
- mime-types (~> 3.0)
32
+ hashie (3.5.7)
33
+ httparty (0.16.2)
35
34
  multi_xml (>= 0.5.2)
36
- i18n (1.5.1)
35
+ i18n (1.0.1)
37
36
  concurrent-ruby (~> 1.0)
38
37
  method_source (0.9.0)
39
- mime-types (3.2.2)
40
- mime-types-data (~> 3.2015)
41
- mime-types-data (3.2018.0812)
42
38
  minitest (5.11.3)
43
39
  multi_xml (0.6.0)
44
40
  pry (0.11.3)
@@ -88,4 +84,4 @@ DEPENDENCIES
88
84
  webmock (~> 2.0)
89
85
 
90
86
  BUNDLED WITH
91
- 1.17.1
87
+ 1.16.6
@@ -6,5 +6,6 @@ module Cashbox
6
6
  property :product, coerce: Cashbox::Product
7
7
  property :index_number, from: :index
8
8
  property :replaces
9
+ property :replaced_by
9
10
  end
10
11
  end
@@ -1,3 +1,3 @@
1
1
  module Cashbox
2
- VERSION = "0.0.38"
2
+ VERSION = "0.0.39"
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.38
4
+ version: 0.0.39
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathon Storer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-08 00:00:00.000000000 Z
11
+ date: 2019-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler