mail_safe 0.3.2 released
Este post fue migrado de un blog hecho con Wordpress. Si se ve mal, dejame un comentario y lo arreglo.
At Watu, we have just released a new version of mail_safe gem (originally developed by Myron Marston).
Mail safe provides a safety net while you're developing an application that uses ActionMailer. It keeps emails from escaping into the wild. Once you've installed and configured this gem, you can rest assure that your app won"t send emails to external email addresses. Instead, emails that would normally be delivered to external addresses will be sent to an address of your choosing, and the body of the email will be appended with a note stating where the email was originally intended to go.
Changelog for 0.3.2 version
- Updated to manage the gem using bundler.
- Updated to run tests with RSpec 3.
- Updated to support actionmailer >= 3.2 (support for older versions was removed to simplify code).
- Changed ginger in favor of appraisal to test the gem against different versions of actionmailer.
- Added support for continuous integrations with Travis (can be locally emulated with wwtd).
- Fixed https://github.com/myronmarston/mail_safe/issues/7
- Fixed https://github.com/myronmarston/mail_safe/issues/3
- Updated source code page with some fancy badges.
Thanks
Thanks Watu for funding this release and Myron for the support!
Update
0.3.3 has just been released (17th of september) to make coveralls a development dependency instead of a deployment one.
Comentarios