Remove e2mmap entries from docs

This commit is contained in:
Hiroshi SHIBATA 2019-11-29 17:15:56 +09:00 коммит произвёл SHIBATA Hiroshi
Родитель c1059e99d3
Коммит 0950ef9a9a
3 изменённых файлов: 1 добавлений и 4 удалений

1
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]

Просмотреть файл

@ -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

Просмотреть файл

@ -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()