posxml_parser 2.18.0 → 2.19.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: e3615f3e93f04246746ec3e0f875862cf6e613bd
4
- data.tar.gz: b8a7ebc56ad9b63cec86981a4b6cc6dfca85dc43
3
+ metadata.gz: '0498d2a7f27b9a928706d02da5b8870997eae5f8'
4
+ data.tar.gz: 460806b938d568883cd9e2deafe5bf552f0ffa69
5
5
  SHA512:
6
- metadata.gz: 15907caffd2f24b729dd3fbfbd359c2ded9f66daf6deee38b3761fc41446671c7f43e6febdb58046d065f2d279b73690738a856e4cb05916a2426ccb37497f74
7
- data.tar.gz: 988138a73b79fc6542aee4cb1a1eaccbcda10935712c63736e382d99f9322dbd69c341421afc157d0bf4546fbb9ce8c84ca3c9db8a326ea5cab36bb1363a59f7
6
+ metadata.gz: fc98146efd28c5acf7688cde560847dbb43f72f95bbd28ca1c1129b65fe03992cc3a81ba275911ec2e76369159bb4b0cd0bbddf4a4c4221064d63ef08a68fc73
7
+ data.tar.gz: ebd1a1c5e52e9b3f565254262bf95fd335eaa9892db2ca1e52b7b9e2428fadd326cd907576e0b454d9efcfd546afc1c8743c63a51b010e7440713183105770a1
data/Gemfile.lock CHANGED
@@ -1,27 +1,29 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- posxml_parser (2.18.0)
4
+ posxml_parser (2.19.0)
5
5
  funky-emv (~> 0.3)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- archive-zip (0.11.0)
10
+ archive-zip (0.12.0)
11
11
  io-like (~> 0.3.0)
12
- cloudwalk (1.14.0)
12
+ cloudwalk (1.14.3)
13
13
  bundler
14
14
  rake
15
- cloudwalk_handshake (0.13.2)
16
- da_funk (2.5.0)
15
+ cloudwalk_handshake (1.3.0)
16
+ funky-simplehttp (~> 0.6)
17
+ da_funk (3.7.0)
17
18
  archive-zip (~> 0.5)
18
19
  bundler
19
20
  cloudwalk_handshake
20
21
  funky-emv
21
22
  posxml_parser
22
23
  rake
23
- funky-emv (0.20.2)
24
+ funky-emv (0.25.0)
24
25
  funky-tlv (~> 0.2)
26
+ funky-simplehttp (0.6.0)
25
27
  funky-tlv (0.2.3)
26
28
  io-like (0.3.0)
27
29
  rake (10.5.0)
data/RELEASE_NOTES.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Posxml Parser
2
2
 
3
+ ### 2.19.0 - 2019-06-06
4
+
5
+ - Support to send json parameters at posxml_execute, and add support to share emv data;
6
+ - Implemented transfer of magstripe data between ruby applications.
7
+
3
8
  ### 2.18.0 - 2019-04-15
4
9
 
5
10
  - Move PosxmlParser::FileDbCache.fresh to exit only;
@@ -1,5 +1,5 @@
1
1
 
2
2
  module PosxmlParser
3
- VERSION = "2.18.0"
3
+ VERSION = "2.19.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.18.0
4
+ version: 2.19.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-04-15 00:00:00.000000000 Z
11
+ date: 2019-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler