aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-09-20 12:12:37 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-09-20 12:31:37 +0900
commita3b85016149f4f73f08c739626b2f02badd5ad17 (patch)
tree598bd558e1c7a70f29fb8ecfeb4ef0a79f8b99f9 /doc
parent422ae594d97e803e829e65716e85483f5942e0c3 (diff)
downloadruby-a3b85016149f4f73f08c739626b2f02badd5ad17.tar.gz
Removed CMath from the ruby repository.
Diffstat (limited to 'doc')
-rw-r--r--doc/maintainers.rdoc3
-rw-r--r--doc/standard_library.rdoc1
2 files changed, 0 insertions, 4 deletions
diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index e01df7f2b0..370dce509a 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -173,9 +173,6 @@ Zachary Scott (zzak)
[lib/bundler.rb, lib/bundler/*]
Hiroshi SHIBATA (hsbt)
https://github.com/bundler/bundler
-[lib/cmath.rb]
- _unmaintained_
- https://github.com/ruby/cmath
[lib/csv.rb]
Kenta Murata (mrkn), Kouhei Sutou (kou)
https://github.com/ruby/csv
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 11aed156b9..b11ca9300d 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -72,7 +72,6 @@ WIN32OLE:: Provides an interface for OLE Automation in Ruby
== Libraries
Bundler:: Manage your Ruby application's gem dependencies
-CMath:: Provides Trigonometric and Transcendental functions for complex numbers
CSV:: Provides an interface to read and write CSV files and data
E2MM:: Module for defining custom exceptions with specific messages
FileUtils:: Several file utility methods for copying, moving, removing, etc