wkhtmltopdf-binary 0.1.11 → 0.9.5.0

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/bin/wkhtmltopdf CHANGED
@@ -9,7 +9,5 @@ else
9
9
  end
10
10
 
11
11
  executable = File.join(File.dirname(__FILE__), executable)
12
- r = system(executable + " " + $*.join(" "))
13
-
14
- return r ? 0 : 1
12
+ system(executable + " " + $*.join(" "))
15
13
 
@@ -0,0 +1,2 @@
1
+ # Having this file, which matches the name of the gem,
2
+ # is required for the gem to be installed and called properly.
Binary file
Binary file
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.11
4
+ version: 0.9.5.0
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: 2011-05-05 00:00:00 -05:00
12
+ date: 2010-03-31 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -22,10 +22,10 @@ extensions: []
22
22
  extra_rdoc_files: []
23
23
 
24
24
  files:
25
- - bin/wkhtmltopdf
26
- - bin/wkhtmltopdf-binary.rb
27
25
  - bin/wkhtmltopdf_darwin_386
28
26
  - bin/wkhtmltopdf_linux_386
27
+ - bin/wkhtmltopdf-binary.rb
28
+ - bin/wkhtmltopdf
29
29
  has_rdoc: true
30
30
  homepage:
31
31
  licenses: []