wkhtmltopdf-binary 0.12.6.7 → 0.12.6.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/wkhtmltopdf +9 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7dd8de83aa0b19eadfe4500436ebfceebe37942352b3624cea0a47ae531dae8f
|
4
|
+
data.tar.gz: 83faba67e2c08e3f4f7219160d65a2eeab718d7ac00233deff7a0be62bf25812
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1395dd078445c8bfe543f8fa2136a1093f21ada912f42495418047f49bde005f49dbbef208b871726a27a6c596dfcf2aa94eaa92f081deb934f8b62c1396505
|
7
|
+
data.tar.gz: f13507e02ead59d09a2a9109a529ff769f16a2f442504194c26a7aeeaba9aba53d1acb9cdfec7897cc3a709711ae13e6d3c802d5c39d66e86a33dc2fb2be5c5b
|
data/bin/wkhtmltopdf
CHANGED
@@ -38,14 +38,16 @@ suffix = case RbConfig::CONFIG['host_os']
|
|
38
38
|
|
39
39
|
os = 'ubuntu_20.04' if os.start_with?('ubuntu_20.') ||
|
40
40
|
os.start_with?('linuxmint_20.')
|
41
|
-
|
41
|
+
|
42
42
|
os = 'ubuntu_21.10' if os.start_with?('ubuntu_21.') ||
|
43
43
|
os.start_with?('linuxmint_21.')
|
44
44
|
|
45
45
|
os = 'ubuntu_22.04' if os.start_with?('ubuntu_22.') ||
|
46
|
-
os.start_with?('
|
46
|
+
os.start_with?('ubuntu_24.') ||
|
47
|
+
os.start_with?('tuxedo_22.') ||
|
48
|
+
os.start_with?('linuxmint_22')
|
47
49
|
|
48
|
-
os = 'centos_6' if (os.start_with?('amzn_') && os != 'amzn_2') ||
|
50
|
+
os = 'centos_6' if (os.start_with?('amzn_') && os != 'amzn_2' && os != 'amzn_2023') ||
|
49
51
|
(os.empty? && File.read('/etc/centos-release').start_with?('CentOS release 6'))
|
50
52
|
|
51
53
|
os = 'centos_7' if (os.start_with?('amzn_2') && !os.start_with?('amzn_20')) ||
|
@@ -53,7 +55,10 @@ suffix = case RbConfig::CONFIG['host_os']
|
|
53
55
|
|
54
56
|
os = 'centos_8' if os.start_with?('rocky_8') ||
|
55
57
|
os.start_with?('rhel_8.') ||
|
56
|
-
os.start_with?('ol_8.')
|
58
|
+
os.start_with?('ol_8.') ||
|
59
|
+
os.start_with?('almalinux_8') ||
|
60
|
+
os.start_with?('alinux_') ||
|
61
|
+
os == 'amzn_2023'
|
57
62
|
|
58
63
|
os_based_on_debian_9 = os.start_with?('debian_9') ||
|
59
64
|
os.start_with?('deepin')
|
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.6.
|
4
|
+
version: 0.12.6.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Zakir Durumeric
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-08-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: minitest
|