posxml_parser 2.13.0 → 2.13.1

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: 38cd17f5f97edfedd217f62659dfbe176a573ad3
4
- data.tar.gz: d413c4a770c0ecc693420522aee641fc907fd08e
3
+ metadata.gz: f373e3f09a1c0014f80a2787329208c8f8e7a4fd
4
+ data.tar.gz: dc6f4d5aef3e6ea18dd58e41e7c4361b00f94190
5
5
  SHA512:
6
- metadata.gz: 180f19f2f09f16774224355726dd336c950cd201c335ed834b3224fe5c7d43aa9e67b0a0b7736ca736467d084f1fc42c9dd65f6f6528e6e5643fa5ee04770155
7
- data.tar.gz: 912e70510e36ba4606d1590b8dd08df9b2b0aacdca2ce35dc1eaa6cabf7f2d63f5766f2294873adf8ee5ba49dfc9ac40346b478bd8b9935f2a60142ba226871a
6
+ metadata.gz: b907105285a50e25d019883a5972ad71a658809bd7c87ec99da5edefaa9fa22cc4f65711e2737c6fa93de6607f9463f510c9d93859825795a581ad722533d198
7
+ data.tar.gz: 805fb6f01aa30ad90c9c61e945d253b47f13e324ab99430f635dccfaa3fdf953c2d7cf2453ab34904f867ee61ddfc2243a4804a5975579aed8f7c34250e580e3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- posxml_parser (2.13.0)
4
+ posxml_parser (2.13.1)
5
5
  funky-emv (~> 0.3)
6
6
 
7
7
  GEM
data/RELEASE_NOTES.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Posxml Parser
2
2
 
3
+ ### 2.13.1 - 2019-02-07
4
+
5
+ - Adopt a better communication check system on cw_payment_channe.dat call posxml_payment_channel_check function.
6
+
3
7
  ### 2.13.0 - 2019-02-06
4
8
 
5
9
  - Implement booting check during payment channel check.
@@ -1,5 +1,5 @@
1
1
 
2
2
  module PosxmlParser
3
- VERSION = "2.13.0"
3
+ VERSION = "2.13.1"
4
4
  end
5
5
 
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: posxml_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.13.0
4
+ version: 2.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - CloudWalk Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-06 00:00:00.000000000 Z
11
+ date: 2019-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler