wkhtmltopdf-binary 0.1.10 → 0.1.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/wkhtmltopdf +3 -1
  2. metadata +2 -2
data/bin/wkhtmltopdf CHANGED
@@ -9,5 +9,7 @@ else
9
9
  end
10
10
 
11
11
  executable = File.join(File.dirname(__FILE__), executable)
12
- system(executable + " " + $*.join(" "))
12
+ r = system(executable + " " + $*.join(" "))
13
+
14
+ return r ? 0 : 1
13
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wkhtmltopdf-binary
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Research Information Systems, The University of Iowa
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-03-18 00:00:00 -05:00
12
+ date: 2011-05-05 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies: []
15
15