Closed willnet closed 5 months ago
This would close #121, #122 and #146.
I added the line…
gem 'wkhtmltopdf-binary', git: 'https://github.com/willnet/wkhtmltopdf_binary_gem.git', branch: 'arm'
…to my Gemfile
and it works as expected with Docker (ruby:2.6.6-buster
) on my Apple Silicon Mac. No more hacks necessary.
If you have a minute – @pedrofurtado and @unixmonkey – I would greatly appreciate your attention on this PR.
Add binaries for debian11.
a test failure about archlinux is resolved by #156
Would love to see this one get merged into the main repo!
Hey guys,
any news here?
up
I have added debian12 binaries.
Now debian9 fails to build, does anyone know a good solution for this?
I have added debian12 binaries.
Now debian9 fails to build, does anyone know a good solution for this?
Issue is due to End of Life (EOL). Please check out my PR
I made a new repo and merged the MR from @willnet https://github.com/matthiaz/wkhtmltopdf_binary_gem
I then pushed a new gem: https://rubygems.org/gems/wkhtmltopdf-binary-ng/versions/0.12.6.6 so it can be used by others
So in stead of using gem install wkhtmltopdf-binary
you could use gem install wkhtmltopdf-binary-ng
and roll with that.
Apart from this MR, nothing else was changed in the gem. But we could, if this repo stays stale...
@zakird @pedrofurtado @unixmonkey is any of you maintaining this repo? Any thoughts or decision on this?
Thank you! These contributions are now in version 0.12.6.7
. Please check it and make sure it still works for you. I really appreciate you taking the time to fix the CI issues, and bringing over a bunch of the arm64 binaries.
assert_equal
method was reversed.