Document about rinda at Ruby 3.4

This commit is contained in:
Hiroshi SHIBATA 2024-01-19 18:12:31 +09:00
parent 411cda2d5c
commit ce73fbd717
2 changed files with 4 additions and 6 deletions

View File

@ -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)

View File

@ -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