Skip to content

Commit abde86a

Browse files
committed
Update win32ole entries under the doc directory
1 parent 7494646 commit abde86a

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

doc/maintainers.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -426,12 +426,6 @@ have commit right, others don't.
426426
* https://github.com/ruby/strscan
427427
* https://rubygems.org/gems/strscan
428428

429-
#### ext/win32ole
430-
431-
* Masaki Suketa ([suketa])
432-
* https://github.com/ruby/win32ole
433-
* https://rubygems.org/gems/win32ole
434-
435429
#### ext/zlib
436430

437431
* NARUSE, Yui ([nurse])
@@ -572,6 +566,10 @@ have commit right, others don't.
572566

573567
* https://github.com/ruby/rdoc
574568

569+
#### win32ole
570+
571+
* https://github.com/ruby/win32ole
572+
575573
## Platform Maintainers
576574

577575
### mswin64 (Microsoft Windows)

doc/standard_library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ of each.
8282
- StringIO ([GitHub][stringio]): Pseudo-I/O on String objects
8383
- StringScanner ([GitHub][strscan]): Provides lexical scanning operations on a String
8484
- TmpDir ([GitHub][tmpdir]): Extends the Dir class to manage the OS temporary file path
85-
- WIN32OLE ([GitHub][win32ole]): Provides an interface for OLE Automation in Ruby
8685
- Zlib ([GitHub][zlib]): Ruby interface for the zlib compression/decompression library
8786

8887
## Tools
@@ -131,6 +130,7 @@ of each.
131130
- [logger]: Provides a simple logging utility for outputting messages
132131
- [pstore]: Implements a file-based persistence mechanism based on a Hash
133132
- [rdoc]: Documentation generator for Ruby, [RDoc documentation][rdoc-doc]
133+
- [win32ole]: Provides an interface for OLE Automation in Ruby
134134

135135

136136
[abbrev]: https://github.com/ruby/abbrev

0 commit comments

Comments
 (0)