Closed pelargir closed 10 years ago
Thanks for the pull request.
When was OpenSSL::Digest.new introduced? My concern with this change is versions of ruby that don't yet have it will fail here. Could you just wrap it in a respond_to? check?
OpenSSL::Digest has been available since 1.8.7. I've added the respond_to? check.
Thanks Matthew.
Any chance a new release could be cut to ship this?
yup...a new release would be much appreciated. Thanks!
I too would appreciate a new release, or failing that, if it is easy to do, instructions on how to clone and build my own version of the gem locally.
:+1: new version would be great.
It is close to 3 months since this has been merged to master, please consider releasing a new version
Still have this issue
This fixes issue #91 by replacing OpenSSL::Digest::Digest (which is deprecated and produces a warning in Ruby 2.1.0) with OpenSSL::Digest