nk-wkhtmltopdf 0.11.0.rc1 → 0.11.0.rc2
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 +3 -1
- data/bin/wkhtmltopdf_amd64 +0 -0
- data/lib/nk-wkhtmltopdf/version.rb +1 -1
- metadata +4 -2
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
|
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.
|
|
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:
|
|
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
|