Rakefile in rpsg-0.2.1 vs Rakefile in rpsg-0.2.2

- old
+ new

@@ -1,8 +1,8 @@ require 'rdoc/task' -task :default => :test +# task :default => :test file_path = "./test/rpsg.rb" task :test do ruby file_path @@ -10,6 +10,7 @@ RDoc::Task.new do |rdoc| # rdoc.main = "README.rdoc" rdoc.rdoc_files.include("lib") rdoc.rdoc_dir = "doc" + rdoc.title = "RPSG RDocs" end \ No newline at end of file