Update win32ole entries under the doc directory

This commit is contained in:
Hiroshi SHIBATA 2025-01-23 16:07:20 +09:00
parent 7494646101
commit abde86afe8
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2
2 changed files with 5 additions and 7 deletions

View File

@ -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)

View File

@ -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