wkhtmltopdf-binary-edge-alpine 0.12.5.0 → 0.12.6.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: af6fd1cd6e66f102e35c4612002e65cbb1ec9d06c0cce7db85ca2ae3142ba3c4
4
- data.tar.gz: 56bbcf2cf6bd95d606edcd9943cacdc9de560c165a41fe356705e8273ef1e587
3
+ metadata.gz: 02eff0ca4297bf6031a80f64c5272fed86e7a6d62c7930aecd91a51b5cdaa76f
4
+ data.tar.gz: 86c3c3d9a1ae2131b7943836d6af46d271909ed9500f26a8c3a25ef0d72ebf76
5
5
  SHA512:
6
- metadata.gz: 8e83a370dcde0db20d0f69c46cf42a8075159becf58c507e78374c549f4dec511922d6a21527fd87fe17fe67199d093d11b6c721f3687a6a941e9c7c3e2f558b
7
- data.tar.gz: 7069d48f64bc29391c6d5fc1bc0358ba3ae1f9c1150e47e5fdda6e13be0df48dd0c45da1a20688e9d11cd4aa93ae4376dc3d9ee7e18c93542a0bebf6a2b8c453
6
+ metadata.gz: 1f41a28a15d1bbe0666bd8988cd16d043d6df9284d3d45657c228961cbd4bcac60659a6ac917e51c4cd0accca8966a64d1f038741948cc5ef74005065fcbef83
7
+ data.tar.gz: 9e80b59891cc32672799991b2427f9429269a5fade66d4db286f358158c03910eb454dac7597503172cac380850b4e1f37d446c50de2eab29d6915bb49240bba
data/bin/wkhtmltopdf CHANGED
@@ -9,11 +9,10 @@ arch = case RUBY_PLATFORM
9
9
  raise 'Invalid platform. Must be running Linux, Alpine Linux or Intel-based Mac OS.'
10
10
  end
11
11
 
12
- args = $*.map { |x| x.include?(' ') ? "'" + x + "'" : x }
13
12
  cmd = File.expand_path "#{File.dirname(__FILE__)}/../libexec/wkhtmltopdf-#{arch}"
14
13
 
15
14
  begin
16
- exec "#{cmd} #{args.join(' ')}"
15
+ exec cmd, *ARGV
17
16
  rescue Errno::ENOENT => e
18
17
  raise "Not found or wkhtmltopdf binaries might be incompatible with the os version \n #{e}"
19
18
  end
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wkhtmltopdf-binary-edge-alpine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.5.0
4
+ version: 0.12.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - 'Orginial Author: - Research Information Systems, The University of Iowa'
8
8
  - Yurui Zhang
9
9
  - Khalil Gharbaoui
10
- autorequire:
10
+ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2019-05-20 00:00:00.000000000 Z
13
+ date: 2022-02-15 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: Includes wkthmltopdf binaires for Alpine Linux, macOS (>= 10.7) and Ubuntu
16
16
  16 (64bit)
@@ -29,7 +29,7 @@ homepage: https://github.com/khalil/wkhtmltopdf-binary-edge-alpine
29
29
  licenses:
30
30
  - MIT
31
31
  metadata: {}
32
- post_install_message:
32
+ post_install_message:
33
33
  rdoc_options: []
34
34
  require_paths:
35
35
  - lib
@@ -44,8 +44,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
44
44
  - !ruby/object:Gem::Version
45
45
  version: 1.3.6
46
46
  requirements: []
47
- rubygems_version: 3.0.3
48
- signing_key:
47
+ rubygems_version: 3.1.6
48
+ signing_key:
49
49
  specification_version: 4
50
50
  summary: Provides binaries for WKHTMLTOPDF project in an easily accessible package.
51
51
  - forked from wkhtmltopdf-binary