rposborne/wkhtmltopdf-heroku

Version date confusion

fschwahn opened this issue · 1 comments

It's quite confusing that the date of the latest version on rubygems is wrong (see here: https://rubygems.org/gems/wkhtmltopdf-heroku). It seems you forgot to update the date in the gemspec - I think you can just put in a dynamic date, so this will not happen anymore (something like s.date = Time.now.strftime('%Y-%m-%d')) and you don't have to manually update it.

Ah, good point. I didn't even realize it was hardcoded.
Fixed - it will be reflected in the next update (when wkhtmltopdf releases a new version)
33a6a46

Thanks!