diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2010-07-22 18:56:00 -0300 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-07-23 00:04:06 +0200 |
commit | b378b19430a4d2ee54cbe7f1935fbd4f8b3b331b (patch) | |
tree | ef7e19e7a701e193accfa64bacc0389de3c5dd88 /actionpack/Rakefile | |
parent | 2944a79452c871857dd154aeadd6ef8634709ec0 (diff) | |
download | rails-b378b19430a4d2ee54cbe7f1935fbd4f8b3b331b.tar.gz rails-b378b19430a4d2ee54cbe7f1935fbd4f8b3b331b.tar.bz2 rails-b378b19430a4d2ee54cbe7f1935fbd4f8b3b331b.zip |
Makes Rakefile activate rdoc >= 2.5.9
Signed-off-by: Xavier Noria <fxn@hashref.com>
Diffstat (limited to 'actionpack/Rakefile')
-rw-r--r-- | actionpack/Rakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/Rakefile b/actionpack/Rakefile index 3a988d832d..f8b00e5327 100644 --- a/actionpack/Rakefile +++ b/actionpack/Rakefile @@ -1,4 +1,4 @@ -gem 'rdoc', '= 2.2' +gem 'rdoc', '>= 2.5.9' require 'rdoc' require 'rake' require 'rake/testtask' @@ -89,4 +89,4 @@ task :lines do end puts "Total: Lines #{total_lines}, LOC #{total_codelines}" -end
\ No newline at end of file +end |