summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-01-22 12:34:54 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-01-22 14:17:52 +0900
commit52a0ebe292689e9c7e66bc548b7cd2c6f7e5b8c8 (patch)
tree41d59680dd87c3dda1282b9fc0608bd03b4b18e9 /doc
parentf869f2ecf1d1631880d0f885220c48592429a695 (diff)
Document about nkf at Ruby 3.4
Diffstat (limited to 'doc')
-rw-r--r--doc/maintainers.md8
-rw-r--r--doc/standard_library.rdoc2
2 files changed, 4 insertions, 6 deletions
diff --git a/doc/maintainers.md b/doc/maintainers.md
index 2a6a0545ef..5e117196c7 100644
--- a/doc/maintainers.md
+++ b/doc/maintainers.md
@@ -350,11 +350,6 @@ have commit right, others don't.
* https://github.com/flori/json
* https://rubygems.org/gems/json
-#### ext/nkf
-* NARUSE, Yui (naruse)
-* https://github.com/ruby/nkf
-* https://rubygems.org/gems/nkf
-
#### ext/openssl
* Kazuki Yamaguchi (rhe)
* https://github.com/ruby/openssl
@@ -472,6 +467,9 @@ have commit right, others don't.
#### drb
* https://github.com/ruby/drb
+#### nkf
+* https://github.com/ruby/nkf
+
## Platform Maintainers
### mswin64 (Microsoft Windows)
* NAKAMURA Usaku (usa)
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 4833defe45..c099ea5c71 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -85,7 +85,6 @@ Fcntl:: Loads constants defined in the OS fcntl.h C header file
Fiddle:: A libffi wrapper for Ruby
IO:: Extensions for Ruby IO class, including #wait, #nonblock and ::console
JSON:: Implements Javascript Object Notation for Ruby
-NKF:: Ruby extension for Network Kanji Filter
OpenSSL:: Provides SSL, TLS and general purpose cryptography for Ruby
Pathname:: Representation of the name of a file or directory on the filesystem
Psych:: A YAML parser and emitter for Ruby
@@ -130,3 +129,4 @@ Abbrev:: Calculates a set of unique abbreviations for a given set of strings
resolv-replace.rb:: Replace Socket DNS with Resolv
Rinda:: The Linda distributed computing paradigm in Ruby
DRb:: Distributed object system for Ruby
+NKF:: Ruby extension for Network Kanji Filter