posxml_parser 2.13.1 → 2.14.0

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: f373e3f09a1c0014f80a2787329208c8f8e7a4fd
4
- data.tar.gz: dc6f4d5aef3e6ea18dd58e41e7c4361b00f94190
3
+ metadata.gz: a0bfeafa0c11b946540c6c891e302d965046207f
4
+ data.tar.gz: d2b7ef57454db1f886f57917afee1590a160886f
5
5
  SHA512:
6
- metadata.gz: b907105285a50e25d019883a5972ad71a658809bd7c87ec99da5edefaa9fa22cc4f65711e2737c6fa93de6607f9463f510c9d93859825795a581ad722533d198
7
- data.tar.gz: 805fb6f01aa30ad90c9c61e945d253b47f13e324ab99430f635dccfaa3fdf953c2d7cf2453ab34904f867ee61ddfc2243a4804a5975579aed8f7c34250e580e3
6
+ metadata.gz: f39f3249d75d0a98bb721e027156dc53e64b2c2fccc42fd314b21aeaaac6ea205ddd8275cea60692f58cad41857b7312cf1241f8f02ea6bc930fa6b298661e58
7
+ data.tar.gz: a4a9e32407633a49947c59876dd704290d15026b3e46e2c4cc060a52115eabfe7f57bbdda8b630eef38c3c1d0d8d44258822a9ca90a87215019d19d5f881878c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- posxml_parser (2.13.1)
4
+ posxml_parser (2.14.0)
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.14.0 - 2019-02-15
4
+
5
+ - Add SysNm tag to iso20022 acceptor authorization request, this tag is responsible sender identification.
6
+
3
7
  ### 2.13.1 - 2019-02-07
4
8
 
5
9
  - Adopt a better communication check system on cw_payment_channe.dat call posxml_payment_channel_check function.
@@ -1,5 +1,5 @@
1
1
 
2
2
  module PosxmlParser
3
- VERSION = "2.13.1"
3
+ VERSION = "2.14.0"
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.1
4
+ version: 2.14.0
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-07 00:00:00.000000000 Z
11
+ date: 2019-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler