posxml_parser 0.11.4 → 0.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: a968325a69b787df278f4606c41f3856ba4c82d1
4
- data.tar.gz: ab7f7c4609664350fcb775c15691e80f566539eb
3
+ metadata.gz: 4430b8cbbe007b6229955dfd77326a614453a3c9
4
+ data.tar.gz: 06d77e7101b24102a37748c1a98ba931754140ff
5
5
  SHA512:
6
- metadata.gz: 8e162aae959dfd536f599be368f43bade74c4c7a5430c5e0800baea4ad1a15187330c7aecca827b13f207ef696995c58ff51a5f3209919ff10d37a54958b292e
7
- data.tar.gz: 80ed3fab1046afd5c50091815cab3b0a08c4526294d098bf64ffb1169c97ba44108f1dd7d9316e4518bc0ad4c9bb9f83602b41672784eee116791c3ba20c32e5
6
+ metadata.gz: 878af258fa0f20308af15aa65e725fbb45de41720d5b117ec207309a6067093338af556fdc6ad97c2d404c29956737ebb7f3adc9c3ea4393c97aca12b3e08722
7
+ data.tar.gz: 6ed5e0362fa399ac12dce1504f6700d3fe88f6372c99ffac33193e1b912a65367fc5d03632c49a8eb778eaf0f482b4b9cfe58f8a1b03409ff9187ae445faccd9
data/Gemfile.lock CHANGED
@@ -1,20 +1,20 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- posxml_parser (0.11.4)
4
+ posxml_parser (0.12.0)
5
5
  funky-emv (~> 0.3)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- cloudwalk_handshake (0.7.3)
11
- da_funk (0.7.16)
10
+ cloudwalk_handshake (0.8.0)
11
+ da_funk (0.7.18)
12
12
  bundler (~> 1.7)
13
13
  cloudwalk_handshake (~> 0.6)
14
14
  funky-emv (~> 0.3)
15
15
  posxml_parser (~> 0.6)
16
16
  rake (~> 10.4)
17
- funky-emv (0.4.6)
17
+ funky-emv (0.5.6)
18
18
  funky-tlv (~> 0.2)
19
19
  funky-tlv (0.2.2)
20
20
  rake (10.5.0)
data/RELEASE_NOTES.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Posxml Parser
2
2
 
3
+ ### 0.12.0 - 2017-01-17
4
+ - Clear display in posxml_execute instruction.
5
+ - Bug fix file_exists file_exists listener and create file_exists_once listener.
6
+ - Refactoring getpindukpt instruction adding display responsibility to platform.
7
+ - Add executed file information in debug exception catch.
8
+
3
9
  ### 0.11.4 - 2017-01-04
4
10
  - string_element_at return the last value if index does not exists.
5
11
 
@@ -1,5 +1,5 @@
1
1
 
2
2
  module PosxmlParser
3
- VERSION = "0.11.4"
3
+ VERSION = "0.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: 0.11.4
4
+ version: 0.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: 2017-01-04 00:00:00.000000000 Z
11
+ date: 2017-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler