Rakefile in RPSrb-0.0.0 vs Rakefile in RPSrb-0.0.1

- old
+ new

@@ -31,9 +31,13 @@ task :deldoc do # this deletes the `doc` folder in the current directory `RMDIR /S /Q "doc"` end +# task :uninstall do +# `gem uninstall RPSrb` +# end + RDoc::Task.new do |rdoc| # rdoc.main = "README.rdoc" rdoc.rdoc_files.include("lib") rdoc.rdoc_dir = "doc" rdoc.title = "RPSrb RDocs"