Document about resolv-replace at Ruby 3.4
This commit is contained in:
parent
99c2c703da
commit
6c098d145a
@ -222,11 +222,6 @@ have commit right, others don't.
|
|||||||
* https://github.com/ruby/resolv
|
* https://github.com/ruby/resolv
|
||||||
* https://rubygems.org/gems/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/*
|
#### lib/rdoc.rb, lib/rdoc/*
|
||||||
* Eric Hodel (drbrain)
|
* Eric Hodel (drbrain)
|
||||||
* Hiroshi SHIBATA (hsbt)
|
* Hiroshi SHIBATA (hsbt)
|
||||||
@ -478,6 +473,8 @@ have commit right, others don't.
|
|||||||
#### abbrev
|
#### abbrev
|
||||||
* https://github.com/ruby/abbrev
|
* https://github.com/ruby/abbrev
|
||||||
|
|
||||||
|
#### lib/resolv-replace.rb
|
||||||
|
* https://github.com/ruby/resolv-replace
|
||||||
|
|
||||||
## Platform Maintainers
|
## Platform Maintainers
|
||||||
### mswin64 (Microsoft Windows)
|
### mswin64 (Microsoft Windows)
|
||||||
|
@ -61,7 +61,6 @@ PStore:: Implements a file based persistence mechanism based on a Hash
|
|||||||
Readline:: Wrapper for Readline extencion and Reline
|
Readline:: Wrapper for Readline extencion and Reline
|
||||||
Reline:: GNU Readline and Editline by pure Ruby implementation.
|
Reline:: GNU Readline and Editline by pure Ruby implementation.
|
||||||
Resolv:: Thread-aware DNS resolver library in Ruby
|
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
|
RDoc:: Produces HTML and command-line documentation for Ruby
|
||||||
Rinda:: The Linda distributed computing paradigm in Ruby
|
Rinda:: The Linda distributed computing paradigm in Ruby
|
||||||
SecureRandom:: Interface for secure random number generator
|
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
|
BigDecimal:: Provides arbitrary-precision floating point decimal arithmetic
|
||||||
Observable:: Provides a mechanism for publish/subscribe pattern in Ruby
|
Observable:: Provides a mechanism for publish/subscribe pattern in Ruby
|
||||||
Abbrev:: Calculates a set of unique abbreviations for a given set of strings
|
Abbrev:: Calculates a set of unique abbreviations for a given set of strings
|
||||||
|
resolv-replace.rb:: Replace Socket DNS with Resolv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user