Skip to content

Commit

Permalink
Update win32ole entries under the doc directory
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jan 23, 2025
1 parent 7494646 commit abde86a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions doc/maintainers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion doc/standard_library.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit abde86a

Please sign in to comment.