summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--doc/maintainers.rdoc3
-rw-r--r--doc/standard_library.rdoc1
3 files changed, 1 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 22fe73f21b..782060a7f3 100644
--- a/NEWS
+++ b/NEWS
@@ -584,6 +584,7 @@ StringScanner::
* 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 1f32b2dd6e..1fb29fb1d3 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -162,9 +162,6 @@ Zachary Scott (zzak)
_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 b8b445acf0..1c8f309628 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -62,7 +62,6 @@ Bundler:: Manage your Ruby application's gem dependencies
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()