@@ -2,8 +2,8 begin | |||||
2 | require 'yard' |
|
2 | require 'yard' | |
3 |
|
3 | |||
4 | YARD::Rake::YardocTask.new do |t| |
|
4 | YARD::Rake::YardocTask.new do |t| | |
5 |
files = [ |
|
5 | files = ['app/**/*.rb'] | |
6 |
files << Dir[' |
|
6 | files << Dir['lib/**/*.rb', 'plugins/**/*.rb'].reject {|f| f.match(/test/) } | |
7 | t.files = files |
|
7 | t.files = files | |
8 |
|
8 | |||
9 | static_files = ['doc/CHANGELOG', |
|
9 | static_files = ['doc/CHANGELOG', |
General Comments 0
You need to be logged in to leave comments.
Login now