1
0
Fork 0
mirror of https://github.com/ms-ati/docile synced 2023-03-27 23:21:52 -04:00
docile/Rakefile

10 lines
230 B
Text
Raw Normal View History

2011-12-06 13:51:56 -05:00
require "bundler/gem_tasks"
2011-12-06 14:31:22 -05:00
require "yard"
require "yard/rake/yardoc_task"
YARD::Rake::YardocTask.new do |t|
OTHER_PATHS = %w(README.md LICENSE)
t.files = ['lib/**/*.rb', OTHER_PATHS]
t.options = ['--main README.md']
end