[前][次][番号順一覧][スレッド一覧]

ruby-changes:58973

From: Hiroshi <ko1@a...>
Date: Sat, 30 Nov 2019 12:49:57 +0900 (JST)
Subject: [ruby-changes:58973] 0950ef9a9a (master): Remove e2mmap entries from docs

https://git.ruby-lang.org/ruby.git/commit/?id=0950ef9a9a

From 0950ef9a9a8e14dce44c36cf1ecaad187716a059 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Fri, 29 Nov 2019 17:15:56 +0900
Subject: Remove e2mmap entries from docs


diff --git a/NEWS b/NEWS
index 22fe73f..782060a 100644
--- a/NEWS
+++ b/NEWS
@@ -584,6 +584,7 @@ StringScanner:: https://github.com/ruby/ruby/blob/trunk/NEWS#L584
   * Shell (shell gem)
   * Synchronizer (sync gem)
   * ThreadsWait (thwait gem)
+  * E2MM (e2mmap gem)
 
 Proc::
   * Proc#to_s format was changed. [Feature #16101]
diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index 1f32b2d..1fb29fb 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -162,9 +162,6 @@ Zachary Scott (zzak) https://github.com/ruby/ruby/blob/trunk/doc/maintainers.rdoc#L162
   _unmaintained_
   https://github.com/ruby/delegate
   https://rubygems.org/gems/delegate
-[lib/e2mmap.rb]
-  Keiju ISHITSUKA (keiju)
-  https://rubygems.org/gems/e2mmap
 [lib/fileutils.rb]
   _unmaintained_
   https://github.com/ruby/fileutils
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index b8b445a..1c8f309 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -62,7 +62,6 @@ Bundler:: Manage your Ruby application's gem dependencies https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L62
 CGI:: Support for the Common Gateway Interface protocol
 CSV:: Provides an interface to read and write CSV files and data
 Delegator:: Provides three abilities to delegate method calls to an object
-E2MM:: Module for defining custom exceptions with specific messages
 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/

[前][次][番号順一覧][スレッド一覧]