wkhtmltopdf-binary 0.12.6.7 → 0.12.6.9

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: 34e941b4342fc4cd0e43cc5e53e37f3528d61dfb6aa74f9b79fe40fd3403d42b
4
- data.tar.gz: 7f41a6cfb370cd6ebb77a010337c9c55ca14d9c7f6115ac9c5c50eced184ea2e
3
+ metadata.gz: a4c741f93290880f1b0e4f1b5a653323bb5f50229d8f60bc60f347ef90bf4156
4
+ data.tar.gz: 06ac341b864540608bc0500b60b611a260f3475e6b09dc129b570329f3b64c6a
5
5
  SHA512:
6
- metadata.gz: 9f68b8f2d31ffac36fae2338d4483ce8d04b1c98080d63b43a13a4e3a0f8d9e5b51c8f322351e986d883957e0ca08b3127074f0f6cc38edd6da7a5e528b2e00a
7
- data.tar.gz: 3005d0dc98542d5dbf4872239321936d84d25f7053c323bb6180d98f2535315eeecdfa8d7cd7386d4a89ac01fedb5e65e0cfb760df0024ed16510d5425f064db
6
+ metadata.gz: 98f54814c4fb79c953ceb68588dd9d94ea6b39271f1b3b83110d4605a07a2bd0214c34ac692c59eade92cf6bed7759ece793456882d5c98713ce74768a1482ab
7
+ data.tar.gz: 97860eacef6abeffc23e7aa33d11e71447805735fe09f7505d9386690adf987f702eec7769abc43abe8546b45a26dfb94590eab9a441c24a44e5e54e56226b8c
data/bin/wkhtmltopdf CHANGED
@@ -38,14 +38,18 @@ 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?('tuxedo_22.')
46
+ os.start_with?('ubuntu_24.') ||
47
+ os.start_with?('tuxedo_22.') ||
48
+ os.start_with?('neon_24.') ||
49
+ os.start_with?('neon_22.') ||
50
+ os.start_with?('linuxmint_22')
47
51
 
48
- os = 'centos_6' if (os.start_with?('amzn_') && os != 'amzn_2') ||
52
+ os = 'centos_6' if (os.start_with?('amzn_') && os != 'amzn_2' && os != 'amzn_2023') ||
49
53
  (os.empty? && File.read('/etc/centos-release').start_with?('CentOS release 6'))
50
54
 
51
55
  os = 'centos_7' if (os.start_with?('amzn_2') && !os.start_with?('amzn_20')) ||
@@ -53,7 +57,10 @@ suffix = case RbConfig::CONFIG['host_os']
53
57
 
54
58
  os = 'centos_8' if os.start_with?('rocky_8') ||
55
59
  os.start_with?('rhel_8.') ||
56
- os.start_with?('ol_8.')
60
+ os.start_with?('ol_8.') ||
61
+ os.start_with?('almalinux_8') ||
62
+ os.start_with?('alinux_') ||
63
+ os == 'amzn_2023'
57
64
 
58
65
  os_based_on_debian_9 = os.start_with?('debian_9') ||
59
66
  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.7
4
+ version: 0.12.6.9
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-05-10 00:00:00.000000000 Z
11
+ date: 2025-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest
@@ -74,6 +74,7 @@ files:
74
74
  - bin/wkhtmltopdf_ubuntu_20.04_arm64.gz
75
75
  - bin/wkhtmltopdf_ubuntu_21.10_amd64.gz
76
76
  - bin/wkhtmltopdf_ubuntu_22.04_amd64.gz
77
+ - bin/wkhtmltopdf_ubuntu_22.04_arm64.gz
77
78
  homepage: https://github.com/zakird/wkhtmltopdf_binary_gem
78
79
  licenses:
79
80
  - Apache-2.0