Sha256: f5cbc06d4d8a9534fe443b0029a360a4dee97fd24874a2a17e09cf694c343274

Contents?: true

Size: 228 Bytes

Versions: 1

Compression:

Stored size: 228 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")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rpsg-0.1.8 Rakefile