posxml_parser 0.12.2 → 0.12.3

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: aca6fbedc5e65badaf44d64efbc6c479303e0329
4
- data.tar.gz: 0c02d209be3c5e4dcdd18e82d90bda456d44479e
3
+ metadata.gz: f35f3a0add77b2d024e0a6fb979a730e00546f51
4
+ data.tar.gz: 1cb4ebe5671173f7d20b41f84da1ef207c7df49b
5
5
  SHA512:
6
- metadata.gz: 8fa3a78bc15993975522047458f0c3415219e9b2c3695e806264fef69166a66ad72d5e01668e94e72f5de44a4e1ad8c696c478e471df251cd1bd2b332f2552ce
7
- data.tar.gz: ab5f419135e40a8cb4f53c546b2f8f9271a690b2396ff69f23aee6adea8260829f62ebfcca96877810cdaac9ff53e02b81bac8e24895a5ae549444b80443a398
6
+ metadata.gz: c9243a1a9a4638068e29a0cf7327b52e2c0e94bb57d15dec837710736566981509018ce3f3e35b0c652ad6ea636b4e6495e78a4b8fbbea1d9dda098fe50e8eff
7
+ data.tar.gz: 81bb57b7da17deb5cf4b85557f4ae7ff01bf0a305d858081f23f62f24525472a2dc05d7a95736683da536e556c1b3fcd61aa1826b0ac2d9cd05f382a380ca0ee
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- posxml_parser (0.12.2)
4
+ posxml_parser (0.12.3)
5
5
  funky-emv (~> 0.3)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
10
  cloudwalk_handshake (0.8.0)
11
- da_funk (0.7.19)
11
+ da_funk (0.8.0)
12
12
  bundler (~> 1.7)
13
13
  cloudwalk_handshake (~> 0.6)
14
14
  funky-emv (~> 0.3)
data/RELEASE_NOTES.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Posxml Parser
2
2
 
3
+ ### 0.12.3 - 2017-01-26
4
+
5
+ - Add posxml execution line at debug.
6
+ - Call ParamsDat.parse when download params.dat from posxml app.
7
+ - Add support to KEY_TIMEOUT when using IO.get_format.
8
+ - Add support to KEY_CANCEL when using IO.get_format.
9
+
3
10
  ### 0.12.2 - 2017-01-20
4
11
 
5
12
  - Return 1 instead of 0 in display_bitmap.
@@ -1,5 +1,5 @@
1
1
 
2
2
  module PosxmlParser
3
- VERSION = "0.12.2"
3
+ VERSION = "0.12.3"
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.12.2
4
+ version: 0.12.3
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-20 00:00:00.000000000 Z
11
+ date: 2017-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler