Skip to content

Commit

Permalink
remove version.rb.old, release should be using md not rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas committed Dec 25, 2024
1 parent def7490 commit 9644162
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 70 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ doc
/vendor/
.bundle/config
Gemfile.lock

lib/net/ssh/version.rb.old
2 changes: 1 addition & 1 deletion Manifest
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lib/net/scp.rb
lib/uri/open-scp.rb
lib/uri/scp.rb
Rakefile
README.rdoc
README.md
setup.rb
test/common.rb
test/test_all.rb
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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")
Expand Down
68 changes: 0 additions & 68 deletions lib/net/scp/version.rb.old

This file was deleted.

0 comments on commit 9644162

Please sign in to comment.