Sha256: ca51a9b8e171c0b987b7f87fba47daf2425e33aad8360718616ebfc2dd02d4e1

Contents?: true

Size: 369 Bytes

Versions: 4

Compression:

Stored size: 369 Bytes

Contents

# remove hoe documentation task
Rake::Task['docs'].clear

# make this respond to docs, so it fits in with the rest of the build
Rake::RDocTask.new do |rdoc|
  rdoc.name = :docs
  rdoc.title = "Clevic DB UI builder"
  rdoc.main = 'README.txt'
  rdoc.rdoc_dir = 'doc'
  rdoc.rdoc_files.include %w{History.txt lib/**/*.rb README.txt TODO}
  rdoc.options += [ '-SHN' ]
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
clevic-0.13.0.b5 tasks/rdoc.rake
clevic-0.13.0.b3 tasks/rdoc.rake
clevic-0.13.0.b2 tasks/rdoc.rake
clevic-0.13.0.b1 tasks/rdoc.rake