Rakefile in rpsg-0.3.0 vs Rakefile in rpsg-0.3.1
- old
+ new
@@ -3,9 +3,10 @@
# task :default => :test
file_path = "./test/test_rpsg.rb"
task :test do
+ # tests the ruby test file
ruby file_path
end
# for Windows
task :delgem do
- old
+ new