diff --git a/bin/wkhtmltopdf b/bin/wkhtmltopdf index c06450fb..47849d78 100755 --- a/bin/wkhtmltopdf +++ b/bin/wkhtmltopdf @@ -58,8 +58,8 @@ if File.exist?("#{binary}.gz") && !File.exist?(binary) end unless File.exist? binary - raise 'Invalid platform, must be running on Ubuntu 16.04/18.04/20.04 ' \ - 'CentOS 6/7/8, Debian 9/10, archlinux amd64, or intel-based Cocoa macOS ' \ + raise 'Invalid platform, must be running on Ubuntu 20.04 ' \ + 'CentOS 6/7, Amazon Linux 1/2, or intel-based Cocoa macOS ' \ "(missing binary: #{binary})." end diff --git a/bin/wkhtmltopdf_archlinux_amd64.gz b/bin/wkhtmltopdf_archlinux_amd64.gz deleted file mode 100755 index 092ef0bd..00000000 Binary files a/bin/wkhtmltopdf_archlinux_amd64.gz and /dev/null differ diff --git a/bin/wkhtmltopdf_centos_8_amd64.gz b/bin/wkhtmltopdf_centos_8_amd64.gz deleted file mode 100644 index 3a938568..00000000 Binary files a/bin/wkhtmltopdf_centos_8_amd64.gz and /dev/null differ diff --git a/bin/wkhtmltopdf_debian_10_amd64.gz b/bin/wkhtmltopdf_debian_10_amd64.gz deleted file mode 100644 index dd49842a..00000000 Binary files a/bin/wkhtmltopdf_debian_10_amd64.gz and /dev/null differ diff --git a/bin/wkhtmltopdf_debian_10_i386.gz b/bin/wkhtmltopdf_debian_10_i386.gz deleted file mode 100644 index f71af91c..00000000 Binary files a/bin/wkhtmltopdf_debian_10_i386.gz and /dev/null differ diff --git a/bin/wkhtmltopdf_debian_9_amd64.gz b/bin/wkhtmltopdf_debian_9_amd64.gz deleted file mode 100755 index d532c947..00000000 Binary files a/bin/wkhtmltopdf_debian_9_amd64.gz and /dev/null differ diff --git a/bin/wkhtmltopdf_debian_9_i386.gz b/bin/wkhtmltopdf_debian_9_i386.gz deleted file mode 100755 index 0e808d5b..00000000 Binary files a/bin/wkhtmltopdf_debian_9_i386.gz and /dev/null differ diff --git a/bin/wkhtmltopdf_ubuntu_16.04_amd64.gz b/bin/wkhtmltopdf_ubuntu_16.04_amd64.gz deleted file mode 100755 index cad38a46..00000000 Binary files a/bin/wkhtmltopdf_ubuntu_16.04_amd64.gz and /dev/null differ diff --git a/bin/wkhtmltopdf_ubuntu_16.04_i386.gz b/bin/wkhtmltopdf_ubuntu_16.04_i386.gz deleted file mode 100755 index e86e0ae5..00000000 Binary files a/bin/wkhtmltopdf_ubuntu_16.04_i386.gz and /dev/null differ diff --git a/bin/wkhtmltopdf_ubuntu_18.04_amd64.gz b/bin/wkhtmltopdf_ubuntu_18.04_amd64.gz deleted file mode 100755 index 2fbed746..00000000 Binary files a/bin/wkhtmltopdf_ubuntu_18.04_amd64.gz and /dev/null differ diff --git a/bin/wkhtmltopdf_ubuntu_18.04_i386.gz b/bin/wkhtmltopdf_ubuntu_18.04_i386.gz deleted file mode 100755 index 3fe90f96..00000000 Binary files a/bin/wkhtmltopdf_ubuntu_18.04_i386.gz and /dev/null differ diff --git a/wkhtmltopdf-binary.gemspec b/wkhtmltopdf-binary.gemspec index 87869977..24f7ff17 100644 --- a/wkhtmltopdf-binary.gemspec +++ b/wkhtmltopdf-binary.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = "wkhtmltopdf-binary" - s.version = "0.12.6.5" + s.version = "0.12.6.5-slim" s.license = "Apache-2.0" s.author = "Zakir Durumeric" s.email = "zakird@gmail.com"