zakird / wkhtmltopdf_binary_gem

Ruby gem containing easily installable access to wkhtmltopdf application
https://rubygems.org/gems/wkhtmltopdf-binary
Apache License 2.0
184 stars 346 forks source link

Add support for RHEL 7.x #105

Closed natebird closed 3 years ago

natebird commented 3 years ago

This simply adds support for RHEL 7.x since it works with CentOS binaries.

unixmonkey commented 3 years ago

Do you think you could PR the RHEL part separately without removing binaries needed on other systems? If this got merged as-is it would stop working a whole lot of people.

natebird commented 3 years ago

Sure. I can back out the change that removed the other binaries. I did that just for our private gem repo.

natebird commented 3 years ago

@unixmonkey - I updated the PR to only include the support for RHEL_7.

unixmonkey commented 3 years ago

Thank you!