summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-06-07 12:10:24 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-06-07 12:10:24 +0000
commitafa7bfee8f50ea1739ad198b2d1cd02a861ade46 (patch)
tree13ec8de7fa1844734661bcf007ddf856ded83af1 /doc
parent905e89675f4b5fceb0fa4d8ff91542d60332a24e (diff)
Promote Matrix to default gems.
The upstream repository is https://github.com/ruby/matrix. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/maintainers.rdoc4
-rw-r--r--doc/standard_library.rdoc1
2 files changed, 2 insertions, 3 deletions
diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index ba6981bfbd..5d87dfb8ff 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -68,8 +68,6 @@ Zachary Scott (zzak)
Akinori MUSHA (knu)
[lib/irb.rb, lib/irb/*]
Keiju ISHITSUKA (keiju)
-[lib/matrix.rb]
- Marc-Andre Lafortune (marcandre)
[lib/mkmf.rb]
_unmaintained_
[lib/monitor.rb]
@@ -209,6 +207,8 @@ Zachary Scott (zzak)
https://github.com/ruby/fileutils
[lib/logger.rb]
Naotoshi Seo (sonots)
+[lib/matrix.rb]
+ Marc-Andre Lafortune (marcandre)
[lib/ostruct.rb]
Marc-Andre Lafortune (marcandre)
[lib/prime.rb]
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 102f757c0d..25aad15502 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -25,7 +25,6 @@ GetoptLong:: Parse command line options similar to the GNU C getopt_long()
IPAddr:: Provides methods to manipulate IPv4 and IPv6 IP addresses
IRB:: Interactive Ruby command-line tool for REPL (Read Eval Print Loop)
MakeMakefile:: Module used to generate a Makefile for C extensions
-Matrix:: Represents a mathematical matrix.
Monitor:: Provides an object or module to use safely by more than one thread
Mutex_m:: Mixin to extend objects to be handled like a Mutex
Net::FTP:: Support for the File Transfer Protocol