wkhtmltopdf-binary 0.12.3 → 0.12.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 07694dbdb61ef7ea64446b3eda78fb53d056c582
4
- data.tar.gz: 872bead5ad4c068d88d097057c726b5b531cfff3
3
+ metadata.gz: ea9cf8675037b3077a829304ac8b90de603e8f84
4
+ data.tar.gz: 9dc4311b764a1f5c81cc27ff921e417c42e40b84
5
5
  SHA512:
6
- metadata.gz: 25cd47dfb0aa60b81bf17709f63da66834127a710baf403fe2881f7027fafe0ce113bce82e622d3b125df898d9ad9807a50abfc3eecde8054d4c13272ba6eaf8
7
- data.tar.gz: 33f941e87d15b0c377dea26fe4bcb1d5712ce56477909bd859821c5de7c53cb305d8059c685bde85316b309c694638c46c1d5f44c1b54ece0062128074e376c5
6
+ metadata.gz: 056b8ec2ed138bf6cc5278522b0b617f60bb3d3b093bb207bee7d7a9c1947e164f5f3578da5a66d1c2a0ffb9eb6bcfcbdc7fc28444bf80a88e2f0818959b40c8
7
+ data.tar.gz: bcc845f6d1785d92080e10a174e276b9310414c59dd5641c03fd3f133f68c7c81b86e1385f727b1227ea5af5ed81b36ca7dd8d40d2c606b79a8473967d140c9e
data/bin/wkhtmltopdf CHANGED
@@ -9,11 +9,9 @@
9
9
 
10
10
  require 'rbconfig'
11
11
 
12
- suffix = case RbConfig::CONFIG['host']
13
- when /x86_64.*linux/
14
- 'linux_amd64'
12
+ suffix = case RbConfig::CONFIG['host_os']
15
13
  when /linux/
16
- 'linux_x86'
14
+ (RbConfig::CONFIG['host_cpu'] == 'x86_64') ? 'linux_amd64' : 'linux_x86'
17
15
  when /darwin/
18
16
  'darwin_x86'
19
17
  else
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wkhtmltopdf-binary
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.3
4
+ version: 0.12.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zakir Durumeric
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-14 00:00:00.000000000 Z
11
+ date: 2018-06-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: zakird@gmail.com
@@ -23,7 +23,8 @@ files:
23
23
  - bin/wkhtmltopdf_linux_amd64
24
24
  - bin/wkhtmltopdf_linux_x86
25
25
  homepage:
26
- licenses: []
26
+ licenses:
27
+ - Apache-2.0
27
28
  metadata: {}
28
29
  post_install_message:
29
30
  rdoc_options: []
@@ -41,7 +42,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
41
42
  version: '0'
42
43
  requirements: []
43
44
  rubyforge_project:
44
- rubygems_version: 2.5.1
45
+ rubygems_version: 2.6.10
45
46
  signing_key:
46
47
  specification_version: 4
47
48
  summary: Provides binaries for WKHTMLTOPDF project in an easily accessible package.