From 3ad06e148f810a4b0cb61ea048d9ebe17b0fe914 Mon Sep 17 00:00:00 2001 From: Samuel Cochran Date: Tue, 10 May 2011 13:05:36 +0800 Subject: [PATCH] Mail requires i18n itself these days. --- README.md | 1 - Rakefile | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index 9e44487..8e3a9ba 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/Rakefile b/Rakefile index 2cb11f7..5da53c5 100644 --- a/Rakefile +++ b/Rakefile @@ -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'