posxml_parser 2.11.0 → 2.12.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: 24c89e9f6977a6ea336ec3d5a334bc8111ac7bfb
4
- data.tar.gz: 38fdc8b4d0563c53d87b2b191af0ded46e474aa7
3
+ metadata.gz: 146e3ed53161e73d7cf12717bb023192bf3df99c
4
+ data.tar.gz: abd6e93713ac239a96dad6510f82d5f6d2f6b85c
5
5
  SHA512:
6
- metadata.gz: 67d07a88813d50ae44fc7211a6896fe44297a8e358a8bf99cfef0b620ae742b7731785e3cbb976773e58b5c1da4e3a3f790011af09004119cac435aef6624902
7
- data.tar.gz: e7bad59b73d38bd9afbec7d4f641816c9ef5c9961f4e429d381d0ceb2d59061258a88456a5c6610d6154d1c6c1021a26faf785f441a35558809e48fa56480ce5
6
+ metadata.gz: 801e29d268ebba8a0552d3ae05007afa6ff2fa20cceb342154648bab9fae53329a90a6e2caad6846c0fcd3a4d07cadfdf3733c2d6654726d4943e65f77710ffa
7
+ data.tar.gz: 629ab654018da7e564ecf0f33b4614a2b2ca46f0c474d9f795ddb8c07556ea18997fad167486cefd864848b454e1bcc8ffa8c09c14d7c676d56424a222f059f2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- posxml_parser (2.11.0)
4
+ posxml_parser (2.12.0)
5
5
  funky-emv (~> 0.3)
6
6
 
7
7
  GEM
@@ -9,18 +9,18 @@ GEM
9
9
  specs:
10
10
  archive-zip (0.11.0)
11
11
  io-like (~> 0.3.0)
12
- cloudwalk (1.10.0)
12
+ cloudwalk (1.14.0)
13
13
  bundler
14
14
  rake
15
- cloudwalk_handshake (0.13.0)
16
- da_funk (1.12.0)
15
+ cloudwalk_handshake (0.13.2)
16
+ da_funk (2.4.0)
17
17
  archive-zip (~> 0.5)
18
18
  bundler
19
19
  cloudwalk_handshake
20
20
  funky-emv
21
21
  posxml_parser
22
22
  rake
23
- funky-emv (0.17.2)
23
+ funky-emv (0.20.1)
24
24
  funky-tlv (~> 0.2)
25
25
  funky-tlv (0.2.3)
26
26
  io-like (0.3.0)
data/RELEASE_NOTES.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Posxml Parser
2
2
 
3
+ ### 2.12.0 - 2019-01-14
4
+
5
+ - Support to return macaddress at system.info instruction.
6
+
3
7
  ### 2.11.0 - 2019-01-08
4
8
 
5
9
  - Add sale context tag and it's attributes at ISO20022 message, this tag is adopted by the sub acquires to identify the merchant;
@@ -1,5 +1,5 @@
1
1
 
2
2
  module PosxmlParser
3
- VERSION = "2.11.0"
3
+ VERSION = "2.12.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.11.0
4
+ version: 2.12.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-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