Rakefile in simplificator-withings-0.6.6 vs Rakefile in simplificator-withings-0.6.8

- old
+ new

@@ -8,10 +8,10 @@ test.verbose = true 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 = "simplificator-withings #{version}"