From 2944a79452c871857dd154aeadd6ef8634709ec0 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Thu, 22 Jul 2010 23:17:28 +0200 Subject: bump required RDoc to >= 2.5.9, and replace the 2.2 horo.rb with Aaron's gem --- Rakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index c49942c0bb..835a2dec50 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,6 @@ -gem 'rdoc', '= 2.2' +gem 'rdoc', '>= 2.5.9' require 'rdoc' +require 'horo' require 'rake' require 'rake/rdoctask' -- cgit v1.2.3