We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents def7490 + 9644162 commit 311d97fCopy full SHA for 311d97f
.gitignore
@@ -9,3 +9,5 @@ doc
9
/vendor/
10
.bundle/config
11
Gemfile.lock
12
+
13
+lib/net/ssh/version.rb.old
Manifest
@@ -7,7 +7,7 @@ lib/net/scp.rb
7
lib/uri/open-scp.rb
8
lib/uri/scp.rb
Rakefile
-README.rdoc
+README.md
setup.rb
test/common.rb
test/test_all.rb
Rakefile
@@ -71,7 +71,7 @@ RDoc::Task.new do |rdoc|
71
rdoc.rdoc_dir = "rdoc"
72
rdoc.title = "#{name} #{version}"
73
rdoc.generator = 'hanna' # gem install hanna-nouveau
74
- rdoc.main = 'README.rdoc'
+ rdoc.main = 'README.md'
75
rdoc.rdoc_files.include("README*")
76
rdoc.rdoc_files.include("bin/*.rb")
77
rdoc.rdoc_files.include("lib/**/*.rb")
lib/net/scp/version.rb.old
0 commit comments