diff options
author | Xavier Noria <fxn@hashref.com> | 2010-07-22 23:17:28 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-07-22 23:19:01 +0200 |
commit | 2944a79452c871857dd154aeadd6ef8634709ec0 (patch) | |
tree | 9e66f88b2293555b90153f4f8e65929f71e28c9d /Rakefile | |
parent | 227680f4152004b6f373192aa03bba6a89224a59 (diff) | |
download | rails-2944a79452c871857dd154aeadd6ef8634709ec0.tar.gz rails-2944a79452c871857dd154aeadd6ef8634709ec0.tar.bz2 rails-2944a79452c871857dd154aeadd6ef8634709ec0.zip |
bump required RDoc to >= 2.5.9, and replace the 2.2 horo.rb with Aaron's gem
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ -gem 'rdoc', '= 2.2' +gem 'rdoc', '>= 2.5.9' require 'rdoc' +require 'horo' require 'rake' require 'rake/rdoctask' |