drewblas / aws-ses

Provides an easy ruby DSL & interface to AWS SES
MIT License
549 stars 109 forks source link

Use OpenSSL::Digest instead of deprecated OpenSSL::Digest::Digest #48

Closed amatsuda closed 10 years ago

amatsuda commented 10 years ago

OpenSSL::Digest::Digest has been there from very ancient era such as Ruby 1.8 https://github.com/ruby/ruby/blob/ruby_1_8_7/ext/openssl/lib/openssl/digest.rb#L51 and finally was deprecated recently. https://github.com/ruby/ruby/pull/446

drewblas commented 10 years ago

Hi, I'm closing this because it was merged in from another's PR