Skip to content

Commit 9644162

Browse files
committed
remove version.rb.old, release should be using md not rdoc
1 parent def7490 commit 9644162

File tree

4 files changed

+4
-70
lines changed

4 files changed

+4
-70
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ doc
99
/vendor/
1010
.bundle/config
1111
Gemfile.lock
12+
13+
lib/net/ssh/version.rb.old

Manifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ lib/net/scp.rb
77
lib/uri/open-scp.rb
88
lib/uri/scp.rb
99
Rakefile
10-
README.rdoc
10+
README.md
1111
setup.rb
1212
test/common.rb
1313
test/test_all.rb

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ RDoc::Task.new do |rdoc|
7171
rdoc.rdoc_dir = "rdoc"
7272
rdoc.title = "#{name} #{version}"
7373
rdoc.generator = 'hanna' # gem install hanna-nouveau
74-
rdoc.main = 'README.rdoc'
74+
rdoc.main = 'README.md'
7575
rdoc.rdoc_files.include("README*")
7676
rdoc.rdoc_files.include("bin/*.rb")
7777
rdoc.rdoc_files.include("lib/**/*.rb")

lib/net/scp/version.rb.old

-68
This file was deleted.

0 commit comments

Comments
 (0)