prova-vhm-raw2xml 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -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 :convert, :ZVLP_ConvertRawToXML, [:string, :boolean, :string]
10
+ attach_function 'ZVLP_ConvertRawToXML', [:string, :boolean, :string], :boolean
11
11
  #ffi_lib './libZVLParser64/libZVLParser64.so'
12
12
 
13
13
  #THIS WORKS FINE.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "prova-vhm-raw2xml"
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Tony Summerville"]
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.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: -3440268388493987136
107
+ hash: -2673306102747172658
108
108
  segments:
109
109
  - 0
110
110
  version: "0"