diff options
author | Xavier Noria <fxn@hashref.com> | 2010-06-16 22:30:06 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-06-16 22:30:06 +0200 |
commit | 01f3f0dbae3e5ecfd18109a0f2ec37ed0d767a8e (patch) | |
tree | c3fd0904500f90f80066a66dc582f1f6a8a5a7db /activesupport/Rakefile | |
parent | 145fbdff67b5fca4d7162b1699d51539399066be (diff) | |
download | rails-01f3f0dbae3e5ecfd18109a0f2ec37ed0d767a8e.tar.gz rails-01f3f0dbae3e5ecfd18109a0f2ec37ed0d767a8e.tar.bz2 rails-01f3f0dbae3e5ecfd18109a0f2ec37ed0d767a8e.zip |
use RDoc 2.2 to generate the documentation of individual components
Diffstat (limited to 'activesupport/Rakefile')
-rw-r--r-- | activesupport/Rakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile index 43f4722dbc..0013957d05 100644 --- a/activesupport/Rakefile +++ b/activesupport/Rakefile @@ -1,3 +1,5 @@ +gem 'rdoc', '= 2.2' +require 'rdoc' require 'rake/testtask' require 'rake/rdoctask' require 'rake/gempackagetask' |