summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2025-01-23 16:07:20 +0900
committerHiroshi SHIBATA <[email protected]>2025-01-23 16:09:48 +0900
commitabde86afe819350174b60a8bc8f9e72807ac81b1 (patch)
tree65944db619748c92de545d651388af7239fd0d69
parent7494646101d828755e4c61f227f0c7a7e67ef693 (diff)
Update win32ole entries under the doc directory
-rw-r--r--doc/maintainers.md10
-rw-r--r--doc/standard_library.md2
2 files changed, 5 insertions, 7 deletions
diff --git a/doc/maintainers.md b/doc/maintainers.md
index f6ff46aba1..0ef1062178 100644
--- a/doc/maintainers.md
+++ b/doc/maintainers.md
@@ -426,12 +426,6 @@ have commit right, others don't.
* https://github.com/ruby/strscan
* https://rubygems.org/gems/strscan
-#### ext/win32ole
-
-* Masaki Suketa ([suketa])
-* https://github.com/ruby/win32ole
-* https://rubygems.org/gems/win32ole
-
#### ext/zlib
* NARUSE, Yui ([nurse])
@@ -572,6 +566,10 @@ have commit right, others don't.
* https://github.com/ruby/rdoc
+#### win32ole
+
+* https://github.com/ruby/win32ole
+
## Platform Maintainers
### mswin64 (Microsoft Windows)
diff --git a/doc/standard_library.md b/doc/standard_library.md
index 36c61d9a9c..7206b8cdbd 100644
--- a/doc/standard_library.md
+++ b/doc/standard_library.md
@@ -82,7 +82,6 @@ of each.
- StringIO ([GitHub][stringio]): Pseudo-I/O on String objects
- StringScanner ([GitHub][strscan]): Provides lexical scanning operations on a String
- TmpDir ([GitHub][tmpdir]): Extends the Dir class to manage the OS temporary file path
-- WIN32OLE ([GitHub][win32ole]): Provides an interface for OLE Automation in Ruby
- Zlib ([GitHub][zlib]): Ruby interface for the zlib compression/decompression library
## Tools
@@ -131,6 +130,7 @@ of each.
- [logger]: Provides a simple logging utility for outputting messages
- [pstore]: Implements a file-based persistence mechanism based on a Hash
- [rdoc]: Documentation generator for Ruby, [RDoc documentation][rdoc-doc]
+- [win32ole]: Provides an interface for OLE Automation in Ruby
[abbrev]: https://github.com/ruby/abbrev