qoobaa / s3

Library for accessing S3 objects and buckets, supports EU and US buckets
MIT License
258 stars 112 forks source link

Use OpenSSL::Digest instead of OpenSSL::Digest::Digest #84

Closed joeljunstrom closed 10 years ago

joeljunstrom commented 10 years ago

Even though there has been no deprecation warning until now OpenSSL::Digest::Digest has only been provided for backwards combability since Ruby 1.8

See https://github.com/ruby/ruby/blob/ruby_1_8_7/ext/openssl/lib/openssl/digest.rb#L51 Deprecation warning added with https://github.com/ruby/ruby/pull/446

qoobaa commented 10 years ago

Thank you.

joeljunstrom commented 10 years ago

:beers: