aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-06 22:17:03 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-07 07:16:27 +0900
commitd1630d41adb13c646a9d76cf541d3c26b6bbb10f (patch)
tree1733515f939591caf954d8a80e3010cdd0981491 /doc
parentfb7fe7f16c53b0633ba9dcea11dd07da708e0275 (diff)
downloadruby-d1630d41adb13c646a9d76cf541d3c26b6bbb10f.tar.gz
Promote open3 to default gems
Diffstat (limited to 'doc')
-rw-r--r--doc/maintainers.rdoc6
-rw-r--r--doc/standard_library.rdoc2
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index 06146d4d45..e5f5b1865e 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -80,8 +80,6 @@ Zachary Scott (zzak)
_unmaintained_
[lib/open-uri.rb]
Tanaka Akira (akr)
-[lib/open3.rb]
- _unmaintained_
[lib/optparse.rb, lib/optparse/*]
Nobuyuki Nakada (nobu)
[lib/pp.rb]
@@ -207,6 +205,10 @@ Zachary Scott (zzak)
Keiju ISHITSUKA (keiju)
https://github.com/ruby/mutex_m
https://rubygems.org/gems/mutex_m
+[lib/open3.rb]
+ _unmaintained_
+ https://github.com/ruby/open3
+ https://rubygems.org/gems/open3
[lib/ostruct.rb]
Marc-Andre Lafortune (marcandre)
https://github.com/ruby/ostruct
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 7517c3e288..ca12529846 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -28,7 +28,6 @@ Net::POP3:: Ruby client library for POP3
Net::SMTP:: Simple Mail Transfer Protocol client library for Ruby
Observable:: Provides a mechanism for publish/subscribe pattern in Ruby
OpenURI:: An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP
-Open3:: Provides access to stdin, stdout and stderr when running other programs
OptionParser:: Ruby-oriented class for command-line option analysis
PP:: Provides a PrettyPrinter for Ruby objects
PrettyPrinter:: Implements a pretty printing algorithm for readable structure
@@ -80,6 +79,7 @@ IRB:: Interactive Ruby command-line tool for REPL (Read Eval Print Loop)
Logger:: Provides a simple logging utility for outputting messages
Matrix:: Represents a mathematical matrix.
Mutex_m:: Mixin to extend objects to be handled like a Mutex
+Open3:: Provides access to stdin, stdout and stderr when running other programs
OpenStruct:: Class to build custom data structures, similar to a Hash
Prime:: Prime numbers and factorization library
Racc:: A LALR(1) parser generator written in Ruby.