prova-vhm-raw2xml 0.1.1 → 0.1.2
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.
- data/VERSION +1 -1
- data/lib/prova-vhm-raw2xml.rb +1 -1
- data/prova-vhm-raw2xml.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.2
|
data/lib/prova-vhm-raw2xml.rb
CHANGED
|
@@ -7,7 +7,7 @@ module Fleetio
|
|
|
7
7
|
|
|
8
8
|
ffi_lib File.expand_path(File.dirname(__FILE__) + '/libZVLParser/libZVLParser64.so')
|
|
9
9
|
#ffi_lib File.expand_path(File.dirname(__FILE__) + '/libZVLParser/libZVLParser32.so')
|
|
10
|
-
attach_function
|
|
10
|
+
attach_function 'ZVLP_ConvertRawToXML', [:string, :boolean, :string], :boolean
|
|
11
11
|
#ffi_lib './libZVLParser64/libZVLParser64.so'
|
|
12
12
|
|
|
13
13
|
#THIS WORKS FINE.
|
data/prova-vhm-raw2xml.gemspec
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: prova-vhm-raw2xml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.1.
|
|
5
|
+
version: 0.1.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Tony Summerville
|
|
@@ -104,7 +104,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
104
104
|
requirements:
|
|
105
105
|
- - ">="
|
|
106
106
|
- !ruby/object:Gem::Version
|
|
107
|
-
hash: -
|
|
107
|
+
hash: -2673306102747172658
|
|
108
108
|
segments:
|
|
109
109
|
- 0
|
|
110
110
|
version: "0"
|