posxml_parser 0.7.2 → 0.7.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: b6711caae2924ca06776b3567aedb0556cc65f22
4
- data.tar.gz: d0b9bf55c0085ea948731a5548c87d678621b63a
3
+ metadata.gz: 5bb7e89d6cbc8c959274bd4a602058d6e96a9e67
4
+ data.tar.gz: 081d1af210dccd046aa1e1d4c5eabd0b8de78d28
5
5
  SHA512:
6
- metadata.gz: d2076cb8d60b1a269896956467b492e4587f9c7cfb7010651237be94850e7fa835f8bce1169cab8217e072517b0f9ba277f72c4ee9b328af01703c8513f5a05d
7
- data.tar.gz: cee2359b64cf150124d48c9b9d74cf351dfe3d3b7bbc0286f7791bdc905e038bcc36150644dfe55267969b8b3a3359314bad8a468718b333b4b4331e006d1844
6
+ metadata.gz: 88f87cdce2cfdb623d90d11ea0696c9270452e5d8f1732a63bb0f2037c720730b3d71394805dee9790b3c58c0bd48e06b9f3e9f8768344939300b7ea77fe9235
7
+ data.tar.gz: 40bd29b46915d4bb8f792962e4af01180f828cd0500951950d1448a41864a3cc207b5bd0cf8b29ba08c4d4192936d8475868988cc53a9803074b7098c58a6726
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- posxml_parser (0.7.2)
4
+ posxml_parser (0.7.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
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.
@@ -1,5 +1,5 @@
1
1
 
2
2
  module PosxmlParser
3
- VERSION = "0.7.2"
3
+ VERSION = "0.7.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.7.2
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-12 00:00:00.000000000 Z
11
+ date: 2016-02-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler