Sha256: d6e2bced25db1e035def06b673a9e70fbb33275441fb5f1bf1540d105451bb76
Contents?: true
Size: 451 Bytes
Versions: 7
Compression:
Stored size: 451 Bytes
Contents
require "bundler/gem_tasks" require 'rdoc/task' task default: :rdoc desc 'Generate documentation for the wice_grid plugin.' Rake::RDocTask.new(:rdoc) do |rdoc| rdoc.rdoc_dir = 'rdoc' rdoc.title = 'WiceGrid' rdoc.options << '--line-numbers' << '--inline-source' rdoc.rdoc_files.include('README.rdoc') rdoc.rdoc_files.include('SAVED_QUERIES_HOWTO.rdoc') rdoc.rdoc_files.include('CHANGELOG') rdoc.rdoc_files.include('lib/**/*.rb') end
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
wice_grid-3.5.0 | Rakefile |
wice_grid-3.4.14 | Rakefile |
wice_grid-3.4.13 | Rakefile |
wice_grid-3.4.12 | Rakefile |
wice_grid-3.4.11 | Rakefile |
wice_grid-3.4.10 | Rakefile |
wice_grid-3.4.9 | Rakefile |