posxml_parser 0.7.3 → 0.7.4

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: 5bb7e89d6cbc8c959274bd4a602058d6e96a9e67
4
- data.tar.gz: 081d1af210dccd046aa1e1d4c5eabd0b8de78d28
3
+ metadata.gz: 7ae6efa26253d4fcac9d0b5981572686416e3490
4
+ data.tar.gz: cbef6845d5749ce396c6b323e5abf8954fdf455f
5
5
  SHA512:
6
- metadata.gz: 88f87cdce2cfdb623d90d11ea0696c9270452e5d8f1732a63bb0f2037c720730b3d71394805dee9790b3c58c0bd48e06b9f3e9f8768344939300b7ea77fe9235
7
- data.tar.gz: 40bd29b46915d4bb8f792962e4af01180f828cd0500951950d1448a41864a3cc207b5bd0cf8b29ba08c4d4192936d8475868988cc53a9803074b7098c58a6726
6
+ metadata.gz: 477cf2b00958e7ed65d3a7c056521f6252a538be42fa4de3f748696838dbc86877d19320ed3c72ce2e0355cc96d09f17058d75734fde4dcbd33add95da6c4808
7
+ data.tar.gz: 882004b8c09318e70c9826a24a17d81c82a58b1b2b7758d734789724a0eed81fa3a1b56c554993239080f7fc7523df5c1224feeeae4f518dfdaa8032cffef295
data/RELEASE_NOTES.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Posxml Parser
2
2
 
3
+ ### 0.7.4 - 2016-03-02 - Some fixes.
4
+
5
+ - Fix PosxmlParser::PosxmlSetting.brand to get value from da_funk.
6
+ - Add valuable commentary about method missing on PosxmlParser::PosxmlSetting.
7
+ - Fix operator power operation.
8
+ - Add tests for file read brand and model. And add tests for math power operation.
9
+
3
10
  ### 0.7.3 - 2016-02-29 - Some fixes.
4
11
 
5
12
  - Fix file_read_by_index instruction parsing correctly the file.
@@ -1,5 +1,5 @@
1
1
 
2
2
  module PosxmlParser
3
- VERSION = "0.7.3"
3
+ VERSION = "0.7.4"
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.7.3
4
+ version: 0.7.4
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-29 00:00:00.000000000 Z
11
+ date: 2016-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler