aboutsummaryrefslogtreecommitdiff
path: root/ruby/Rakefile
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2018-09-05 23:19:38 -0400
committerPaul Duncan <pabs@pablotron.org>2018-09-05 23:19:38 -0400
commit74e86d266b244ff40c098dfabab239710c6e5143 (patch)
tree2f234ff88f101718d05d213899fe1b85552382c1 /ruby/Rakefile
parent1e839cd3ba61d3732fabdc54a4aa441cec613ba2 (diff)
downloadluigi-template-74e86d266b244ff40c098dfabab239710c6e5143.tar.bz2
luigi-template-74e86d266b244ff40c098dfabab239710c6e5143.zip
ruby: more documentation
Diffstat (limited to 'ruby/Rakefile')
-rw-r--r--ruby/Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ruby/Rakefile b/ruby/Rakefile
index 0d302f9..8d5a7a5 100644
--- a/ruby/Rakefile
+++ b/ruby/Rakefile
@@ -6,8 +6,8 @@ Rake::TestTask.new do |t|
end
RDoc::Task.new :docs do |t|
- t.main = "README.mkd"
- t.rdoc_files.include('README.mkd', 'lib/*.rb')
+ t.main = "lib/luigi-template.rb"
+ t.rdoc_files.include('lib/*.rb')
t.rdoc_dir = 'docs'
# t.options << "--all"
end