posxml_parser 0.6.1 → 0.7.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: 2fb93ecff28cbffcaed20a0c8c4e2b2f59c2647f
4
- data.tar.gz: 054672480050c7cd0452c814fb7016dd4dc040bf
3
+ metadata.gz: c6ff942a67fcf7144423e711539ee009ff87f36c
4
+ data.tar.gz: 73ae1cd07f112042e75fc8f94b5df2618b5adec2
5
5
  SHA512:
6
- metadata.gz: 0ffb3d5c69b6af72c0b9df94686264c36fd935c436b8e62298e357224a769f02fdd4197024e22afc8a8ff12ea1f2b2c67912cc91682fefb461631a589fa6d9a7
7
- data.tar.gz: 81700bda30cecba5b2567a15815dc722bb271b6e51d65203c9d227a1a0c83689283e194b43b3aaa07092bc18b8bb990cadfb0d3c67acc0a4856ec70d1cc88284
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.
@@ -1,5 +1,5 @@
1
1
 
2
2
  module PosxmlParser
3
- VERSION = "0.6.1"
3
+ VERSION = "0.7.0"
4
4
  end
5
5
 
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.6.1
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-01-08 00:00:00.000000000 Z
11
+ date: 2016-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler