From 2f24818319154bcd6fbc422f2f5d46cdd1f9a5c2 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 11 Sep 2020 20:38:18 +0900 Subject: Promote open-uri to default gems --- doc/maintainers.rdoc | 5 +++-- doc/standard_library.rdoc | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc index d687335162..eaaccf5582 100644 --- a/doc/maintainers.rdoc +++ b/doc/maintainers.rdoc @@ -44,8 +44,6 @@ Zachary Scott (zzak) _unmaintained_ [lib/mkmf.rb] _unmaintained_ -[lib/open-uri.rb] - Tanaka Akira (akr) [lib/pp.rb] Tanaka Akira (akr) [lib/prettyprint.rb] @@ -198,6 +196,9 @@ Zachary Scott (zzak) _unmaintained_ https://github.com/ruby/open3 https://rubygems.org/gems/open3 +[lib/open-uri.rb] + Tanaka Akira (akr) + https://github.com/ruby/open-uri [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 08dde0f8cf..f3dd1da13e 100644 --- a/doc/standard_library.rdoc +++ b/doc/standard_library.rdoc @@ -11,7 +11,6 @@ description. DEBUGGER__:: Debugging functionality for Ruby DRb:: Distributed object system for Ruby MakeMakefile:: Module used to generate a Makefile for C extensions -OpenURI:: An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP PP:: Provides a PrettyPrinter for Ruby objects PrettyPrinter:: Implements a pretty printing algorithm for readable structure RbConfig:: Information of your configure and build of Ruby @@ -66,6 +65,7 @@ Net::SMTP:: Simple Mail Transfer Protocol client library for Ruby Observable:: Provides a mechanism for publish/subscribe pattern in Ruby Open3:: Provides access to stdin, stdout and stderr when running other programs OpenStruct:: Class to build custom data structures, similar to a Hash +OpenURI:: An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP Prime:: Prime numbers and factorization library PStore:: Implements a file based persistence mechanism based on a Hash Racc:: A LALR(1) parser generator written in Ruby. -- cgit v1.2.3