wkhtmltopdf-binary 0.9.5.2 → 0.9.5.3

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 +1 -1
  2. metadata +7 -9
@@ -13,4 +13,4 @@ arguments = $*.map { |x| x.include?(' ') ? "'" + x + "'" : x }
13
13
  executable = File.join(File.dirname(__FILE__), executable)
14
14
  r = system(executable + " " + arguments.join(" "))
15
15
 
16
- return r ? 0 : 1
16
+ exit r ? 0 : 1
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.9.5.2
4
+ version: 0.9.5.3
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: 2011-05-06 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -23,13 +23,11 @@ extra_rdoc_files: []
23
23
 
24
24
  files:
25
25
  - bin/wkhtmltopdf
26
- - bin/wkhtmltopdf-binary.rb
27
- - bin/wkhtmltopdf_darwin_386
28
26
  - bin/wkhtmltopdf_linux_386
29
- has_rdoc: true
27
+ - bin/wkhtmltopdf_darwin_386
28
+ - bin/wkhtmltopdf-binary.rb
29
+ has_rdoc: false
30
30
  homepage:
31
- licenses: []
32
-
33
31
  post_install_message:
34
32
  rdoc_options: []
35
33
 
@@ -50,9 +48,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
50
48
  requirements: []
51
49
 
52
50
  rubyforge_project:
53
- rubygems_version: 1.3.5
51
+ rubygems_version: 1.3.1
54
52
  signing_key:
55
- specification_version: 3
53
+ specification_version: 2
56
54
  summary: Provides binaries for WKHTMLTOPDF project in an easily accessible package.
57
55
  test_files: []
58
56