From 6887c89d5c494c66739b8c5d6fb76e88c1253cd9 Mon Sep 17 00:00:00 2001 From: rick Date: Thu, 29 Sep 2011 10:04:48 -0600 Subject: [PATCH] remove rdoc task --- Rakefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Rakefile b/Rakefile index ca153db9b..59f8a5e88 100644 --- a/Rakefile +++ b/Rakefile @@ -60,14 +60,6 @@ task :coverage do sh "open coverage/index.html" end -require 'rake/rdoctask' -Rake::RDocTask.new do |rdoc| - rdoc.rdoc_dir = 'rdoc' - rdoc.title = "#{name} #{version}" - rdoc.rdoc_files.include('README*') - rdoc.rdoc_files.include('lib/**/*.rb') -end - desc "Open an irb session preloaded with this library" task :console do sh "irb -rubygems -r ./lib/#{name}.rb"