aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/README.rdoc
diff options
context:
space:
mode:
authorMislav Marohnić <mislav.marohnic@gmail.com>2010-07-22 09:23:22 +0200
committerMislav Marohnić <mislav.marohnic@gmail.com>2010-07-22 10:03:55 +0200
commit6b11d0bf68ecb1960f6a6dc5b11bb8cc904df5a8 (patch)
tree8c02bcfbb74e85a5c59f3914a16b2dcf583b5dcb /actionmailer/README.rdoc
parentd5ee17ed200a4cb0481e99c4d40d9b584418a520 (diff)
downloadrails-6b11d0bf68ecb1960f6a6dc5b11bb8cc904df5a8.tar.gz
rails-6b11d0bf68ecb1960f6a6dc5b11bb8cc904df5a8.tar.bz2
rails-6b11d0bf68ecb1960f6a6dc5b11bb8cc904df5a8.zip
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.
Diffstat (limited to 'actionmailer/README.rdoc')
-rw-r--r--actionmailer/README.rdoc11
1 files changed, 0 insertions, 11 deletions
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