diff --git a/doc/maintainers.md b/doc/maintainers.md index 173beb58d7..f53b6567b6 100644 --- a/doc/maintainers.md +++ b/doc/maintainers.md @@ -236,11 +236,6 @@ have commit right, others don't. * https://github.com/ruby/reline * https://rubygems.org/gems/reline -#### lib/rinda/* -* Masatoshi SEKI (seki) -* https://github.com/ruby/rinda -* https://rubygems.org/gems/rinda - #### lib/securerandom.rb * Tanaka Akira (akr) * https://github.com/ruby/securerandom @@ -476,6 +471,9 @@ have commit right, others don't. #### lib/resolv-replace.rb * https://github.com/ruby/resolv-replace +#### rinda +* https://github.com/ruby/rinda + ## Platform Maintainers ### mswin64 (Microsoft Windows) * NAKAMURA Usaku (usa) diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc index 3fafd5932b..d97207b535 100644 --- a/doc/standard_library.rdoc +++ b/doc/standard_library.rdoc @@ -62,7 +62,6 @@ Readline:: Wrapper for Readline extencion and Reline Reline:: GNU Readline and Editline by pure Ruby implementation. Resolv:: Thread-aware DNS resolver library 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 @@ -130,3 +129,4 @@ BigDecimal:: Provides arbitrary-precision floating point decimal arithmetic Observable:: Provides a mechanism for publish/subscribe pattern in Ruby Abbrev:: Calculates a set of unique abbreviations for a given set of strings resolv-replace.rb:: Replace Socket DNS with Resolv +Rinda:: The Linda distributed computing paradigm in Ruby