Rakefile in on_the_spot-1.0.2 vs Rakefile in on_the_spot-1.0.3

- old
+ new

@@ -26,10 +26,10 @@ RSpec::Core::RakeTask.new(:spec) task :default => :spec -require 'rake/rdoctask' +require 'rdoc/task' Rake::RDocTask.new do |rdoc| version = File.exist?('VERSION') ? File.read('VERSION') : "" rdoc.rdoc_dir = 'rdoc' rdoc.title = "on_the_spot #{version}"