Skip to content

Commit fdcef6e

Browse files
Merge pull request #1 from mycase/slim-ubuntu-only
Remove operating systems we don't need support for
2 parents d135283 + 8407ab0 commit fdcef6e

12 files changed

+3
-3
lines changed

bin/wkhtmltopdf

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ if File.exist?("#{binary}.gz") && !File.exist?(binary)
5858
end
5959

6060
unless File.exist? binary
61-
raise 'Invalid platform, must be running on Ubuntu 16.04/18.04/20.04 ' \
62-
'CentOS 6/7/8, Debian 9/10, archlinux amd64, or intel-based Cocoa macOS ' \
61+
raise 'Invalid platform, must be running on Ubuntu 20.04 ' \
62+
'CentOS 6/7, Amazon Linux 1/2, or intel-based Cocoa macOS ' \
6363
"(missing binary: #{binary})."
6464
end
6565

bin/wkhtmltopdf_archlinux_amd64.gz

-16 MB
Binary file not shown.

bin/wkhtmltopdf_centos_8_amd64.gz

-15.2 MB
Binary file not shown.

bin/wkhtmltopdf_debian_10_amd64.gz

-16.1 MB
Binary file not shown.

bin/wkhtmltopdf_debian_10_i386.gz

-17 MB
Binary file not shown.

bin/wkhtmltopdf_debian_9_amd64.gz

-15.2 MB
Binary file not shown.

bin/wkhtmltopdf_debian_9_i386.gz

-16 MB
Binary file not shown.

bin/wkhtmltopdf_ubuntu_16.04_amd64.gz

-14.7 MB
Binary file not shown.

bin/wkhtmltopdf_ubuntu_16.04_i386.gz

-15.8 MB
Binary file not shown.

bin/wkhtmltopdf_ubuntu_18.04_amd64.gz

-16 MB
Binary file not shown.

bin/wkhtmltopdf_ubuntu_18.04_i386.gz

-17.1 MB
Binary file not shown.

wkhtmltopdf-binary.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = "wkhtmltopdf-binary"
5-
s.version = "0.12.6.5"
5+
s.version = "0.12.6.5-slim"
66
s.license = "Apache-2.0"
77
s.author = "Zakir Durumeric"
88
s.email = "[email protected]"

0 commit comments

Comments
 (0)