Rakefile in rpsg-0.2.4 vs Rakefile in rpsg-0.2.5
- old
+ new
@@ -1,16 +1,20 @@
require 'rdoc/task'
# task :default => :test
-file_path = "./test/rpsg.rb"
+file_path = "./test/test_rpsg.rb"
task :test do
ruby file_path
end
+task :delgem do
+ `DEL rpsg-*.*.*.gem`
+end
+
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
+end