From 6b11d0bf68ecb1960f6a6dc5b11bb8cc904df5a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Thu, 22 Jul 2010 09:23:22 +0200 Subject: remove unneeded "Dependencies" section from Action Mailer README Other READMEs don't have dependencies indicated, and installing a gem takes care of dependencies automatically. For developers, dependencies are indicated in the Gemfile. --- actionmailer/README.rdoc | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'actionmailer/README.rdoc') diff --git a/actionmailer/README.rdoc b/actionmailer/README.rdoc index 1b9cb8a570..64b0333c0a 100644 --- a/actionmailer/README.rdoc +++ b/actionmailer/README.rdoc @@ -119,17 +119,6 @@ The Base class has the full list of configuration options. Here's an example: :authentication => :plain # :plain, :login or :cram_md5 } -== Dependencies - -Action Mailer depends on Action Pack. - -Additionally, Action Mailer requires the {Mail gem}[http://github.com/mikel/mail]. - -== Bundled software - -* Text::Format 0.63 by Austin Ziegler released under OpenSource - Read more on http://www.halostatue.ca/ruby/Text__Format.html - == Download and installation -- cgit v1.2.3