posxml_parser 2.10.0 → 2.11.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: 90139f9c04a088f1b7546368b6b6ee898fd58f46
4
- data.tar.gz: ab342de2a9ed18ba5ccd3a44bbdca7fbafee613a
3
+ metadata.gz: 24c89e9f6977a6ea336ec3d5a334bc8111ac7bfb
4
+ data.tar.gz: 38fdc8b4d0563c53d87b2b191af0ded46e474aa7
5
5
  SHA512:
6
- metadata.gz: fc7d4c5f5cad8fbe46da78a621ae58c98e77be91357948084f5ce89064e9a93acb079cb1affd6e9468cba7fc4b59f08162e1acb79ea2b759c4710ce5cd8ce159
7
- data.tar.gz: daeec2fdfd8bfa1c646399d0d97f7092f959664cb2b806d50ca48e83737b8f4e09f76d2b0fb4e81d44842a7a91282999a7c5734f3c66f58ad1266d8c3b0ed67e
6
+ metadata.gz: 67d07a88813d50ae44fc7211a6896fe44297a8e358a8bf99cfef0b620ae742b7731785e3cbb976773e58b5c1da4e3a3f790011af09004119cac435aef6624902
7
+ data.tar.gz: e7bad59b73d38bd9afbec7d4f641816c9ef5c9961f4e429d381d0ceb2d59061258a88456a5c6610d6154d1c6c1021a26faf785f441a35558809e48fa56480ce5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- posxml_parser (2.10.0)
4
+ posxml_parser (2.11.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.11.0 - 2019-01-08
4
+
5
+ - Add sale context tag and it's attributes at ISO20022 message, this tag is adopted by the sub acquires to identify the merchant;
6
+
3
7
  ### 2.10.0 - 2018-12-20
4
8
 
5
9
  - During translation lowercase first letter function.
@@ -1,5 +1,5 @@
1
1
 
2
2
  module PosxmlParser
3
- VERSION = "2.10.0"
3
+ VERSION = "2.11.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.10.0
4
+ version: 2.11.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: 2018-12-20 00:00:00.000000000 Z
11
+ date: 2019-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler