aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/Rakefile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-06-16 22:30:06 +0200
committerXavier Noria <fxn@hashref.com>2010-06-16 22:30:06 +0200
commit01f3f0dbae3e5ecfd18109a0f2ec37ed0d767a8e (patch)
treec3fd0904500f90f80066a66dc582f1f6a8a5a7db /actionmailer/Rakefile
parent145fbdff67b5fca4d7162b1699d51539399066be (diff)
downloadrails-01f3f0dbae3e5ecfd18109a0f2ec37ed0d767a8e.tar.gz
rails-01f3f0dbae3e5ecfd18109a0f2ec37ed0d767a8e.tar.bz2
rails-01f3f0dbae3e5ecfd18109a0f2ec37ed0d767a8e.zip
use RDoc 2.2 to generate the documentation of individual components
Diffstat (limited to 'actionmailer/Rakefile')
-rw-r--r--actionmailer/Rakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/actionmailer/Rakefile b/actionmailer/Rakefile
index 5b72843f5e..a25b76f9d6 100644
--- a/actionmailer/Rakefile
+++ b/actionmailer/Rakefile
@@ -1,4 +1,5 @@
-require 'rubygems'
+gem 'rdoc', '= 2.2'
+require 'rdoc'
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'