nk-wkhtmltopdf 0.11.0.rc1 → 0.11.0.rc2

Sign up to get free protection for your applications and to get access to all the features.
data/bin/wkhtmltopdf CHANGED
@@ -1,6 +1,8 @@
1
1
  #!/usr/bin/ruby
2
2
 
3
- if RUBY_PLATFORM =~ /linux/
3
+ if RUBY_PLATFORM =~ /linux/ && RUBY_PLATFORM =~ /x86_64/
4
+ executable = 'wkhtmltopdf_amd64'
5
+ elsif RUBY_PLATFORM =~ /linux/
4
6
  executable = 'wkhtmltopdf_linux_i386'
5
7
  elsif RUBY_PLATFORM =~ /darwin/
6
8
  executable = 'wkhtmltopdf_darwin_x64'
Binary file
@@ -1,5 +1,5 @@
1
1
  module Nk
2
2
  module Wkhtmltopdf
3
- VERSION = "0.11.0.rc1"
3
+ VERSION = "0.11.0.rc2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nk-wkhtmltopdf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0.rc1
4
+ version: 0.11.0.rc2
5
5
  prerelease: 7
6
6
  platform: ruby
7
7
  authors:
@@ -9,13 +9,14 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-17 00:00:00.000000000Z
12
+ date: 2013-10-23 00:00:00.000000000Z
13
13
  dependencies: []
14
14
  description: Provides binaries for WKHTMLTOPDF project in an easily accessible package.
15
15
  email:
16
16
  - rob@thingerly.com
17
17
  executables:
18
18
  - wkhtmltopdf
19
+ - wkhtmltopdf_amd64
19
20
  - wkhtmltopdf_darwin_x64
20
21
  - wkhtmltopdf_linux_i386
21
22
  extensions: []
@@ -26,6 +27,7 @@ files:
26
27
  - README
27
28
  - Rakefile
28
29
  - bin/wkhtmltopdf
30
+ - bin/wkhtmltopdf_amd64
29
31
  - bin/wkhtmltopdf_darwin_x64
30
32
  - bin/wkhtmltopdf_linux_i386
31
33
  - lib/nk-wkhtmltopdf.rb