Rakefile in patrol-0.2.0 vs Rakefile in patrol-1.0.1

- old
+ new

@@ -40,10 +40,10 @@ test.rcov_opts << '--exclude "gems/*"' end task :default => :test -require 'rake/rdoctask' +require 'rdoc/task' Rake::RDocTask.new do |rdoc| version = File.exist?('VERSION') ? File.read('VERSION') : "" rdoc.rdoc_dir = 'rdoc' rdoc.title = "patrol #{version}"