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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/wkhtmltopdf +9 -4
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 34e941b4342fc4cd0e43cc5e53e37f3528d61dfb6aa74f9b79fe40fd3403d42b
4
- data.tar.gz: 7f41a6cfb370cd6ebb77a010337c9c55ca14d9c7f6115ac9c5c50eced184ea2e
3
+ metadata.gz: 7dd8de83aa0b19eadfe4500436ebfceebe37942352b3624cea0a47ae531dae8f
4
+ data.tar.gz: 83faba67e2c08e3f4f7219160d65a2eeab718d7ac00233deff7a0be62bf25812
5
5
  SHA512:
6
- metadata.gz: 9f68b8f2d31ffac36fae2338d4483ce8d04b1c98080d63b43a13a4e3a0f8d9e5b51c8f322351e986d883957e0ca08b3127074f0f6cc38edd6da7a5e528b2e00a
7
- data.tar.gz: 3005d0dc98542d5dbf4872239321936d84d25f7053c323bb6180d98f2535315eeecdfa8d7cd7386d4a89ac01fedb5e65e0cfb760df0024ed16510d5425f064db
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?('tuxedo_22.')
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.7
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-05-10 00:00:00.000000000 Z
11
+ date: 2024-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest