Rakefile in http_logger-0.2.3 vs Rakefile in http_logger-0.2.4

- old
+ new

@@ -36,14 +36,5 @@ spec.rcov = true end task :default => :spec -require 'rake/rdoctask' -Rake::RDocTask.new do |rdoc| - version = File.exist?('VERSION') ? File.read('VERSION') : "" - - rdoc.rdoc_dir = 'rdoc' - rdoc.title = "http_logger #{version}" - rdoc.rdoc_files.include('README*') - rdoc.rdoc_files.include('lib/**/*.rb') -end