posxml_parser 0.7.2 → 0.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/RELEASE_NOTES.md +10 -0
- data/lib/posxml_parser/version.rb +1 -1
- data/out/posxml_parser/main.mrb +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5bb7e89d6cbc8c959274bd4a602058d6e96a9e67
|
|
4
|
+
data.tar.gz: 081d1af210dccd046aa1e1d4c5eabd0b8de78d28
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 88f87cdce2cfdb623d90d11ea0696c9270452e5d8f1732a63bb0f2037c720730b3d71394805dee9790b3c58c0bd48e06b9f3e9f8768344939300b7ea77fe9235
|
|
7
|
+
data.tar.gz: 40bd29b46915d4bb8f792962e4af01180f828cd0500951950d1448a41864a3cc207b5bd0cf8b29ba08c4d4192936d8475868988cc53a9803074b7098c58a6726
|
data/Gemfile.lock
CHANGED
data/RELEASE_NOTES.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Posxml Parser
|
|
2
2
|
|
|
3
|
+
### 0.7.3 - 2016-02-29 - Some fixes.
|
|
4
|
+
|
|
5
|
+
- Fix file_read_by_index instruction parsing correctly the file.
|
|
6
|
+
- Add support to open params.dat on file_open.
|
|
7
|
+
- Add support to SocketError exception on network_pre_connect, returning -104.
|
|
8
|
+
- Add bug to string_elements to behave as WalkFramework returning +=1 if >= 1.
|
|
9
|
+
- Refactoring card_read.
|
|
10
|
+
- Refactoring binary_convert_to_integer and fix base 10 operation.
|
|
11
|
+
- Fix string_get_value_by_key replacing split from “, “ to “,” and adding strip on the chances.
|
|
12
|
+
|
|
3
13
|
### 0.7.2 - 2016-02-12 - Update da_funk
|
|
4
14
|
|
|
5
15
|
- Update da_funk.
|
data/out/posxml_parser/main.mrb
CHANGED
|
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.7.
|
|
4
|
+
version: 0.7.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: 2016-02-
|
|
11
|
+
date: 2016-02-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|