Document about resolv-replace at Ruby 3.4

This commit is contained in:
Hiroshi SHIBATA 2024-01-19 16:32:44 +09:00
parent 99c2c703da
commit 6c098d145a
2 changed files with 3 additions and 6 deletions

View File

@ -222,11 +222,6 @@ have commit right, others don't.
* https://github.com/ruby/resolv
* https://rubygems.org/gems/resolv
#### lib/resolv-replace.rb
* Tanaka Akira (akr)
* https://github.com/ruby/resolv-replace
* https://rubygems.org/gems/resolv-replace
#### lib/rdoc.rb, lib/rdoc/*
* Eric Hodel (drbrain)
* Hiroshi SHIBATA (hsbt)
@ -478,6 +473,8 @@ have commit right, others don't.
#### abbrev
* https://github.com/ruby/abbrev
#### lib/resolv-replace.rb
* https://github.com/ruby/resolv-replace
## Platform Maintainers
### mswin64 (Microsoft Windows)

View File

@ -61,7 +61,6 @@ PStore:: Implements a file based persistence mechanism based on a Hash
Readline:: Wrapper for Readline extencion and Reline
Reline:: GNU Readline and Editline by pure Ruby implementation.
Resolv:: Thread-aware DNS resolver library in Ruby
resolv-replace.rb:: Replace Socket DNS with Resolv
RDoc:: Produces HTML and command-line documentation for Ruby
Rinda:: The Linda distributed computing paradigm in Ruby
SecureRandom:: Interface for secure random number generator
@ -130,3 +129,4 @@ Base64:: Support for encoding and decoding binary data using a Base64 representa
BigDecimal:: Provides arbitrary-precision floating point decimal arithmetic
Observable:: Provides a mechanism for publish/subscribe pattern in Ruby
Abbrev:: Calculates a set of unique abbreviations for a given set of strings
resolv-replace.rb:: Replace Socket DNS with Resolv