ovni 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,6 +18,8 @@ module OVNI
18
18
  command = "#{options[:java_bin]} -Xmx#{options[:max_memory_mb]}m -Djava.awt.headless=true -cp #{class_path} Xhtml2Pdf #{file.path} #{File.expand_path(pdf_file)}"
19
19
 
20
20
  system(command)
21
+
22
+ return $? == 0
21
23
  end
22
24
  end
23
25
  end
@@ -1,3 +1,3 @@
1
1
  module OVNI
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ovni
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Henning Kiel
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-04-27 00:00:00 +02:00
12
+ date: 2010-04-28 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies: []
15
15