drewblas / aws-ses

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

Update for use with Rails 3.1.0beta1 #18

Closed tmilewski closed 13 years ago

tmilewski commented 13 years ago

Simply updated the mail gem dependency.

burke commented 13 years ago

This solved my problem on 3.1.0.beta1 and master. +1

alexchee commented 13 years ago

This also solved my problem with Rails 3.1.0.rc1. +1

drewblas commented 13 years ago

Thanks very much. I made a dependency adjustment to use > instead of ~> so that the gem remains compatible with 2.3, 3.0, and 3.1.

I've release 0.4.3 of this gem with the changes, please let me know if you have any trouble! Also, I'm sorry for the delay in getting this fix out. I appreciate your help!