Sha256: 4e595d91563ed039028ccc8ccf997864fe7d6e8c9e536f8cc4389e96591b9e7b
Contents?: true
Size: 253 Bytes
Versions: 5
Compression:
Stored size: 253 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("README.md", "lib", "bin", "test/rpsg.rb") end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
rpsg-0.1.6 | Rakefile |
rpsg-0.1.5 | Rakefile |
rpsg-0.1.4 | Rakefile |
rpsg-0.1.3 | Rakefile |
rpsg-0.1.2 | Rakefile |