Mail requires i18n itself these days.

This commit is contained in:
Samuel Cochran 2011-05-10 13:05:36 +08:00
parent 675c0b369d
commit 3ad06e148f
2 changed files with 0 additions and 2 deletions

View File

@ -23,7 +23,6 @@ MailCatcher runs a super simple SMTP server which catches any message sent to it
## Caveats
* Mail requires activesupport which requires i18n, but it doesn't list it as a dependency. For now I've added i18n as a requirement for MailCatcher.
* Mail proccessing is fairly basic but easily modified. If something doesn't work for you, fork and fix it or file an issue and let me know. Include the whole message you're having problems with.
* The interface is very basic and has not been tested on many browsers yet.

View File

@ -19,7 +19,6 @@ begin
gem.add_dependency 'eventmachine'
gem.add_dependency 'mail'
gem.add_dependency 'i18n'
gem.add_dependency 'sqlite3'
gem.add_dependency 'thin'
gem.add_dependency 'skinny', '>=0.1.2'