aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-07 13:53:05 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-07 16:36:14 +0900
commit77c94e0dd80019fe78e299dd1981ba9992ad7a46 (patch)
tree81b458b8c87e2998d7cab3136d4e8fbec8390e53 /doc
parent1159dbf305603b60a1e5d2b9ff77a9cf30775296 (diff)
downloadruby-77c94e0dd80019fe78e299dd1981ba9992ad7a46.tar.gz
Promote benchmark to default gems
Diffstat (limited to 'doc')
-rw-r--r--doc/maintainers.rdoc6
-rw-r--r--doc/standard_library.rdoc2
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index 32d6296830..b6b361588a 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -44,8 +44,6 @@ Zachary Scott (zzak)
Akinori MUSHA (knu)
[lib/base64.rb]
Yusuke Endoh (mame)
-[lib/benchmark.rb]
- _unmaintained_
[lib/cgi.rb, lib/cgi/*]
Takeyuki Fujioka (xibbar)
[lib/drb.rb, lib/drb/*]
@@ -160,6 +158,10 @@ Zachary Scott (zzak)
=== Libraries
+[lib/benchmark.rb]
+ _unmaintained_
+ https://github.com/bundler/benchmark
+ https://rubygems.org/gems/benchmark
[lib/bundler.rb, lib/bundler/*]
Hiroshi SHIBATA (hsbt)
https://github.com/bundler/bundler
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 3e4c7de7f7..d38570e6cf 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -10,7 +10,6 @@ description.
Abbrev:: Calculates a set of unique abbreviations for a given set of strings
Base64:: Support for encoding and decoding binary data using a Base64 representation
-Benchmark:: Provides methods to measure and report the time used to execute code
CGI:: Support for the Common Gateway Interface protocol
DEBUGGER__:: Debugging functionality for Ruby
DRb:: Distributed object system for Ruby
@@ -66,6 +65,7 @@ WIN32OLE:: Provides an interface for OLE Automation in Ruby
== Libraries
+Benchmark:: Provides methods to measure and report the time used to execute code
Bundler:: Manage your Ruby application's gem dependencies
CSV:: Provides an interface to read and write CSV files and data
Delegator:: Provides three abilities to delegate method calls to an object