posxml_parser 2.5.0 → 2.6.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: 542554c0504aff235eebea8a0d84aa882f8229f7
4
- data.tar.gz: e51f442fe2f744815d7d983beec329261f425bf8
3
+ metadata.gz: 3d15047dc31737b5427f2faa6f053afbaaac5684
4
+ data.tar.gz: b5fefba38cc19c0dc3b134c3979f2c3367236129
5
5
  SHA512:
6
- metadata.gz: 05ec2db72aa5b2804fab56ed8dec9dc7d7e9661268813c1a9226e018ab2e305b4b18e49c5271d0247d694717c23bf81226c1ffa71bae4c7ff4a3cb2a9a811f11
7
- data.tar.gz: 8632c4f1ae639d346b8a6f4ef199f62c2bc4d49e0d9671d6ebd4cca0728857fefc85d8385100d54b6ce7af55108aa3b758d63b57e40d6aa58496c2e7a4126c16
6
+ metadata.gz: 9bd4612ca6a803ec13f51a25de8fd2ff6b069bae3c61d30264f18a3d795844fde30481d4e3b9fc25b84061b1e3213de0451c44ca2d4bfafc5521f679192ac75a
7
+ data.tar.gz: 0e3dff2fb826bc352386f029f8fcaba3d292d9c504aef3918047b257f26697a28f082f73302e4bfcf18c99f62a6eda2ffc12f3e94fce789e541a03489298b23d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- posxml_parser (2.5.0)
4
+ posxml_parser (2.6.0)
5
5
  funky-emv (~> 0.3)
6
6
 
7
7
  GEM
data/RELEASE_NOTES.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Posxml Parser
2
2
 
3
+ ### 2.6.0 - 2018-08-09
4
+
5
+ - Enable FileDbCache and fix delete process.
6
+ - Fresh any file db cache on every execute.
7
+ - Bugfix card_read to works when EMV not enabled.
8
+ - Do not trow exception the try to read a variable that doesn’t exists on mruby side.
9
+ - Interface_display_bitmap returns the resulted value.
10
+ - Bugfix input_money to works even if message is empty.
11
+ - Implement print_barcode.
12
+
3
13
  ### 2.5.0 - 2018-07-31
4
14
 
5
15
  - Support network_start instruction.
@@ -1,5 +1,5 @@
1
1
 
2
2
  module PosxmlParser
3
- VERSION = "2.5.0"
3
+ VERSION = "2.6.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.5.0
4
+ version: 2.6.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-07-31 00:00:00.000000000 Z
11
+ date: 2018-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler