File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments