diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-01-19 18:12:31 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-01-19 20:02:19 +0900 |
commit | ce73fbd717a254ad5daab5c5c3b0f9c1f31ff886 (patch) | |
tree | 372182b092bebe238cc37f5f5942fcc102be762b | |
parent | 411cda2d5ce6df1c24d31cd08926adf3acc0f47c (diff) |
Document about rinda at Ruby 3.4
-rw-r--r-- | doc/maintainers.md | 8 | ||||
-rw-r--r-- | doc/standard_library.rdoc | 2 |
2 files changed, 4 insertions, 6 deletions
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 |