summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorMiklos Fazekas <mfazekas@szemafor.com>2019-10-25 19:32:58 +0200
committerMiklos Fazekas <mfazekas@szemafor.com>2019-10-25 19:32:58 +0200
commit012207bfef0f70009b7d4e864508524337d148ef (patch)
tree95ebab53754af7812f58c69875b8b7504953af75 /Rakefile
parent6c5f6cbee7b4ed441b499b16c6d7363761fcf181 (diff)
downloadnet-ssh-012207bfef0f70009b7d4e864508524337d148ef.tar.gz
README is markdownv6.0.0.beta1
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 8e4b5c5..0271797 100644
--- a/Rakefile
+++ b/Rakefile
@@ -31,7 +31,7 @@ RDoc::Task.new do |rdoc|
rdoc.rdoc_dir = "rdoc"
rdoc.title = "#{name} #{version}"
rdoc.generator = 'hanna' # gem install hanna-nouveau
- rdoc.main = 'README.rdoc'
+ rdoc.main = 'README.md'
rdoc.rdoc_files.include("README*")
rdoc.rdoc_files.include("bin/*.rb")
rdoc.rdoc_files.include("lib/**/*.rb")