Rakefile in nanotest-0.9.4 vs Rakefile in nanotest-0.9.4.1

- old
+ new

@@ -32,10 +32,10 @@ # -------------------------------------------------- desc "Generate YARD Documentation" task :yardoc do require 'yard' files = %w( lib/**/*.rb ) - options = %w( -o doc/yard --readme README.rdoc --files LICENSE ) + options = %w( -o doc/yard --readme README.md --files LICENSE ) YARD::CLI::Yardoc.run *(options + files) end # -------------------------------------------------- # Stats