posxml_parser 0.6.1 → 0.7.0
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/RELEASE_NOTES.md +13 -0
- data/lib/posxml_parser/version.rb +1 -1
- 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: c6ff942a67fcf7144423e711539ee009ff87f36c
|
|
4
|
+
data.tar.gz: 73ae1cd07f112042e75fc8f94b5df2618b5adec2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1d1f9c360e45aec585d5a597e2353100529a4477e06bb59fb792ed78c129a9819d4faa8d1d6a521aa9a5c5ea7afdd877d91035a350f84ed5b1c10d25e52d9f5b
|
|
7
|
+
data.tar.gz: 3f7c6973a513079e0429182b2fb543f3c8e0a0e79006858def9498f40e5fc8c242386ac9ba82b29edcabca76156e37a84eeea6fc97a91690d9c390e462d0c749
|
data/RELEASE_NOTES.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Posxml Parser
|
|
2
2
|
|
|
3
|
+
### 0.7.0 - 2016-02-02 - Polishing implementation
|
|
4
|
+
|
|
5
|
+
- Refactoring ISO8583 instructions.
|
|
6
|
+
- Fix system error on converstion of string to integer.
|
|
7
|
+
- Refactoring socket use.
|
|
8
|
+
- Fix unzip instruction to not clear directory.
|
|
9
|
+
- Refactoring flow(while, if, else, break) instructions.
|
|
10
|
+
- Fix file instruction to avoid system error.
|
|
11
|
+
- Add support to chage params.dat file.
|
|
12
|
+
- Fix menu instruciton.
|
|
13
|
+
- Fix return of errors on file download.
|
|
14
|
+
- Support to generate crc on file download.
|
|
15
|
+
|
|
3
16
|
### 0.6.1 - 2016-01-08 - Small fix on app execution.
|
|
4
17
|
|
|
5
18
|
- Small fix on app execution.
|
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.
|
|
4
|
+
version: 0.7.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: 2016-
|
|
11
|
+
date: 2016-02-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|