wkhtmltopdf-binary-edge 0.12.4.0 → 0.12.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/bin/wkhtmltopdf +1 -4
- data/libexec/wkhtmltopdf-darwin-x86_64 +0 -0
- data/libexec/wkhtmltopdf-linux-amd64 +0 -0
- metadata +9 -10
- data/libexec/wkhtmltopdf-linux-x86 +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 2811087ba6bf0a937a5fdce1822892813060f1c5b4082dc7923765f5ddb5fde8
|
4
|
+
data.tar.gz: 34fe398338e344c180715d7c70140392ba4c3d0236d84f0422acb7c5eefe5e37
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0321ad01015211962fd617736f35a4b5758fb30c8957042f59865ca0076bb0549c158bff715ab24ca76fd652ef48f919c8199ebf0b2456fb9ef721e65f77688a
|
7
|
+
data.tar.gz: a4cad69bee4e6a449e39f8fe91c87d2ee42018816df44dc924401b027866492ffac2e265bb3d8a7d5f33cbc63b9f530f638211eb1740a335dc74bd01207b2f23
|
data/bin/wkhtmltopdf
CHANGED
@@ -3,15 +3,12 @@
|
|
3
3
|
arch = case RUBY_PLATFORM
|
4
4
|
when /64.*linux/
|
5
5
|
'linux-amd64'
|
6
|
-
when /linux/
|
7
|
-
'linux-x86'
|
8
6
|
when /darwin/
|
9
7
|
'darwin-x86_64'
|
10
8
|
else
|
11
9
|
raise "Invalid platform. Must be running linux or intel-based Mac OS."
|
12
10
|
end
|
13
11
|
|
14
|
-
args = $*.map { |x| x.include?(' ') ? "'" + x + "'" : x }
|
15
12
|
cmd = File.expand_path "#{File.dirname(__FILE__)}/../libexec/wkhtmltopdf-#{arch}"
|
16
13
|
|
17
|
-
exec
|
14
|
+
exec cmd, *ARGV
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wkhtmltopdf-binary-edge
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.12.
|
4
|
+
version: 0.12.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- 'Orginial Author: - Research Information Systems, The University of Iowa'
|
8
8
|
- Yurui Zhang
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2020-08-29 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
|
-
description: Includes wkthmltopdf binaires for
|
14
|
+
description: Includes wkthmltopdf binaires for macOS (>= 10.7) and Ubuntu 16 (64bit)
|
15
15
|
email: yuruiology@gmail.com, vpr-ris-developers@iowa.uiowa.edu,mcollas@aconex.com
|
16
16
|
executables:
|
17
17
|
- wkhtmltopdf
|
@@ -22,11 +22,11 @@ files:
|
|
22
22
|
- lib/wkhtmltopdf-binary-edge.rb
|
23
23
|
- libexec/wkhtmltopdf-darwin-x86_64
|
24
24
|
- libexec/wkhtmltopdf-linux-amd64
|
25
|
-
- libexec/wkhtmltopdf-linux-x86
|
26
25
|
homepage: https://github.com/pallymore/wkhtmltopdf-binary-edge
|
27
|
-
licenses:
|
26
|
+
licenses:
|
27
|
+
- MIT
|
28
28
|
metadata: {}
|
29
|
-
post_install_message:
|
29
|
+
post_install_message:
|
30
30
|
rdoc_options: []
|
31
31
|
require_paths:
|
32
32
|
- lib
|
@@ -41,9 +41,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
41
41
|
- !ruby/object:Gem::Version
|
42
42
|
version: 1.3.6
|
43
43
|
requirements: []
|
44
|
-
|
45
|
-
|
46
|
-
signing_key:
|
44
|
+
rubygems_version: 3.0.6
|
45
|
+
signing_key:
|
47
46
|
specification_version: 4
|
48
47
|
summary: Provides binaries for WKHTMLTOPDF project in an easily accessible package.
|
49
48
|
- forked from wkhtmltopdf-binary
|
Binary file
|