Sha256: e492322d1bf71840bc6c0082856cc9b6b679852641a830dbaaacf5be66a09861
Contents?: true
Size: 240 Bytes
Versions: 2
Compression:
Stored size: 240 Bytes
Contents
require 'rdoc/task' task :default => :test file_path = "./test/rpsg.rb" task :test do ruby file_path end RDoc::Task.new do |rdoc| # rdoc.main = "README.rdoc" rdoc.rdoc_files.include("lib") rdoc.rdoc_dir = "doc" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rpsg-0.2.1 | Rakefile |
rpsg-0.2.0 | Rakefile |