posxml_parser 0.7.8 → 0.7.9

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: 30a2fdfbd3fd32a7e1edbbee6da5c84b206a376c
4
- data.tar.gz: 6bb5dcc1cae6962cf0bb25ab72df65c62085d4a2
3
+ metadata.gz: 6514c300dd993d8eb53cfc4aaf76ceb047453481
4
+ data.tar.gz: 4a5712370074f8bf01e13e783c27a6cbde122406
5
5
  SHA512:
6
- metadata.gz: 9abd2f32cfab01c79da4c70f46360132f18abe557cee3d7a30e4f78328b97813a526df5567fdd4663589e13c9b79156cb90ca04f767da279b82e8fa894f505e6
7
- data.tar.gz: d0ba56987009e9d9e2bb86e675a1484ce0f8cb14c666eb8db787c16d7cec5219eb4eba37c921424915c24bcbb9932b5679f5ee4b5df3042a70a43f1b9aad0af5
6
+ metadata.gz: 84f8faf3d7cf7b0909ef1408a215d0ac46c93e9d251735c811e346572e4f6ed6a37caff8900993797e5bff0c6fdc2ccdb61013b736701ad6a1112fa88b67b928
7
+ data.tar.gz: f149b800e5e84ea4942be8c7cfca7d3f715b742014fc7e3be504a4168c59097833e67d5b17034c386b1005857e5f29f0933fe45d163ab143fcea3980ecc85652
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- posxml_parser (0.7.8)
4
+ posxml_parser (0.7.9)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/RELEASE_NOTES.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Posxml Parser
2
2
 
3
+ ### 0.7.9 - 2016-03-22 - Add instruction util_system_backlight
4
+
5
+ - Bug fix, only execute an application if file exists.
6
+ - Fix posxml_date_to_time method getting the correct value from regex.
7
+ - Add instruction util_system_backlight x92.
8
+
3
9
  ### 0.7.8 - 2016-03-14 - I18n for input money helpers
4
10
 
5
11
  - If exception include the display of instruction bytecode.
@@ -1,5 +1,5 @@
1
1
 
2
2
  module PosxmlParser
3
- VERSION = "0.7.8"
3
+ VERSION = "0.7.9"
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.8
4
+ version: 0.7.9
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-03-14 00:00:00.000000000 Z
11
+ date: 2016-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler