ruby-changes:60067
From: Hiroshi <ko1@a...>
Date: Thu, 13 Feb 2020 20:43:03 +0900 (JST)
Subject: [ruby-changes:60067] 4a2b99795a (master): Move the English entries to the default gems at docs
https://git.ruby-lang.org/ruby.git/commit/?id=4a2b99795a From 4a2b99795aa33bd39876742cc6fc524024e6bbac Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Thu, 13 Feb 2020 20:36:44 +0900 Subject: Move the English entries to the default gems at docs diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc index 911bad4..fb78e2b 100644 --- a/doc/maintainers.rdoc +++ b/doc/maintainers.rdoc @@ -38,8 +38,6 @@ Zachary Scott (zzak) https://github.com/ruby/ruby/blob/trunk/doc/maintainers.rdoc#L38 === Libraries -[lib/English.rb] - _unmaintained_ [lib/abbrev.rb] Akinori MUSHA (knu) [lib/base64.rb] @@ -150,6 +148,9 @@ Zachary Scott (zzak) https://github.com/ruby/ruby/blob/trunk/doc/maintainers.rdoc#L148 Kenta Murata (mrkn), Kouhei Sutou (kou) https://github.com/ruby/csv https://rubygems.org/gems/csv +[lib/English.rb] + _unmaintained_ + https://github.com/ruby/English [lib/delegate.rb] _unmaintained_ https://github.com/ruby/delegate diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc index 2e1ecd0..86ce877 100644 --- a/doc/standard_library.rdoc +++ b/doc/standard_library.rdoc @@ -12,7 +12,6 @@ Abbrev:: Calculates a set of unique abbreviations for a given set of strings https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L12 Base64:: Support for encoding and decoding binary data using a Base64 representation DEBUGGER__:: Debugging functionality for Ruby DRb:: Distributed object system for Ruby -English.rb:: Require 'English.rb' to reference global variables with less cryptic names ERB:: An easy to use but powerful templating system for Ruby Find:: This module supports top-down traversal of a set of file paths MakeMakefile:: Module used to generate a Makefile for C extensions @@ -60,6 +59,7 @@ CGI:: Support for the Common Gateway Interface protocol https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L59 CSV:: Provides an interface to read and write CSV files and data Delegator:: Provides three abilities to delegate method calls to an object DidYouMean:: "Did you mean?" experience in Ruby +English.rb:: Require 'English.rb' to reference global variables with less cryptic names FileUtils:: Several file utility methods for copying, moving, removing, etc Forwardable:: Provides delegation of specified methods to a designated object GetoptLong:: Parse command line options similar to the GNU C getopt_long() -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/