summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-11 21:15:25 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-11 21:15:25 +0900
commitd1851ba5b9336d01b5207e7d9a483e698c049dd0 (patch)
tree375ea75dc47687a4c5b45f59c0115c48f2c3957a /doc
parent2f24818319154bcd6fbc422f2f5d46cdd1f9a5c2 (diff)
Promote securerandom to default gems
Diffstat (limited to 'doc')
-rw-r--r--doc/maintainers.rdoc5
-rw-r--r--doc/standard_library.rdoc2
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index eaaccf5582..47566d9f5d 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -55,8 +55,6 @@ Zachary Scott (zzak)
[lib/rubygems.rb, lib/rubygems/*]
Eric Hodel (drbrain), Hiroshi SHIBATA (hsbt)
https://github.com/rubygems/rubygems
-[lib/securerandom.rb]
- Tanaka Akira (akr)
[lib/time.rb]
Tanaka Akira (akr)
[lib/un.rb]
@@ -229,6 +227,9 @@ Zachary Scott (zzak)
[lib/rinda/*]
Masatoshi SEKI (seki)
https://github.com/ruby/rinda
+[lib/securerandom.rb]
+ Tanaka Akira (akr)
+ https://github.com/ruby/securerandom
[lib/set.rb]
Akinori MUSHA (knu)
https://github.com/ruby/set
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index f3dd1da13e..8942a9dc34 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -17,7 +17,6 @@ RbConfig:: Information of your configure and build of Ruby
resolv-replace.rb:: Replace Socket DNS with Resolv
Resolv:: Thread-aware DNS resolver library in Ruby
Gem:: Package management framework for Ruby
-SecureRandom:: Interface for secure random number generator
Time:: Extends the Time class with methods for parsing and conversion
un.rb:: Utilities to replace common UNIX commands
@@ -71,6 +70,7 @@ PStore:: Implements a file based persistence mechanism based on a Hash
Racc:: A LALR(1) parser generator written in Ruby.
RDoc:: Produces HTML and command-line documentation for Ruby
Rinda:: The Linda distributed computing paradigm in Ruby
+SecureRandom:: Interface for secure random number generator
Set:: Provides a class to deal with collections of unordered, unique values
Shellwords:: Manipulates strings with word parsing rules of UNIX Bourne shell
Singleton:: Implementation of the Singleton pattern for Ruby