summaryrefslogtreecommitdiff
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
parent6c5f6cbee7b4ed441b499b16c6d7363761fcf181 (diff)
downloadnet-ssh-012207bfef0f70009b7d4e864508524337d148ef.tar.gz
README is markdownv6.0.0.beta1
-rw-r--r--Rakefile2
-rw-r--r--net-ssh.gemspec2
2 files changed, 2 insertions, 2 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")
diff --git a/net-ssh.gemspec b/net-ssh.gemspec
index 36fa542..ef40cb9 100644
--- a/net-ssh.gemspec
+++ b/net-ssh.gemspec
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.extra_rdoc_files = [
"LICENSE.txt",
- "README.rdoc"
+ "README.md"
]
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }