wkhtmltopdf-binary 0.12.6.8 → 0.12.6.10

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: 7dd8de83aa0b19eadfe4500436ebfceebe37942352b3624cea0a47ae531dae8f
4
- data.tar.gz: 83faba67e2c08e3f4f7219160d65a2eeab718d7ac00233deff7a0be62bf25812
3
+ metadata.gz: 2fb89115b81ae0fb8b1b76b46fa28dcf0d54a2ad661f5369f91c179c346873ec
4
+ data.tar.gz: 859e116477e7bcff66d09cc99218e7bd8b87dbf8f92cbcad412baa15c1cfe7e5
5
5
  SHA512:
6
- metadata.gz: c1395dd078445c8bfe543f8fa2136a1093f21ada912f42495418047f49bde005f49dbbef208b871726a27a6c596dfcf2aa94eaa92f081deb934f8b62c1396505
7
- data.tar.gz: f13507e02ead59d09a2a9109a529ff769f16a2f442504194c26a7aeeaba9aba53d1acb9cdfec7897cc3a709711ae13e6d3c802d5c39d66e86a33dc2fb2be5c5b
6
+ metadata.gz: 58528bd82511586d39eed993af6bbb80ff4eb440a4bd2d7eb97b7b061a81c271e068881dd42e6f755a26e4e8ef4638aa6f52839988bc256d0bbf8a1b79913296
7
+ data.tar.gz: 3d32ff095f5a9de697693e1348c37b25bad3d130e9ceac9dd40b0d634f396232840c78b6124edbd7ce67e9887c6f07057099febda0c0ad335c846cc5f8d939ff
data/bin/wkhtmltopdf CHANGED
@@ -45,6 +45,8 @@ suffix = case RbConfig::CONFIG['host_os']
45
45
  os = 'ubuntu_22.04' if os.start_with?('ubuntu_22.') ||
46
46
  os.start_with?('ubuntu_24.') ||
47
47
  os.start_with?('tuxedo_22.') ||
48
+ os.start_with?('neon_24.') ||
49
+ os.start_with?('neon_22.') ||
48
50
  os.start_with?('linuxmint_22')
49
51
 
50
52
  os = 'centos_6' if (os.start_with?('amzn_') && os != 'amzn_2' && os != 'amzn_2023') ||
@@ -70,6 +72,8 @@ suffix = case RbConfig::CONFIG['host_os']
70
72
 
71
73
  os = 'debian_12' if !os_based_on_debian_9 && os.start_with?('debian_12')
72
74
 
75
+ os = 'debian_12' if !os_based_on_debian_9 && os.start_with?('debian_13')
76
+
73
77
  os = 'archlinux' if os.start_with?('arch_') ||
74
78
  os.start_with?('manjaro_')
75
79
 
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.8
4
+ version: 0.12.6.10
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-08-27 00:00:00.000000000 Z
11
+ date: 2025-08-20 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