drewblas / aws-ses

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

Update Digest invocation to avoid deprecation warning #50

Closed mrgordon closed 10 years ago

mrgordon commented 10 years ago

I noticed I was getting deprecation warnings from the old Digest syntax so I patched it. Tests still pass and the output of the new Digest call is the same as the old one.