diff options
author | Hiroshi SHIBATA <[email protected]> | 2020-08-21 18:10:03 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-08-21 18:10:03 +0900 |
commit | bc374e5cea0fe0eb77da0ee78930c22d7afbd34a () | |
tree | f3c34a5bc0cb8581c1d878c9935de2dc66b4c17f | |
parent | 3eb76e747e33d1a4439d2e83c53b538b6c536ec3 (diff) |
Promote rinda to default gems
-rw-r--r-- | doc/maintainers.rdoc | 5 | ||||
-rw-r--r-- | doc/standard_library.rdoc | 2 | ||||
-rw-r--r-- | lib/rinda/rinda.gemspec | 24 | ||||
-rw-r--r-- | tool/sync_default_gems.rb | 1 |
4 files changed, 29 insertions, 3 deletions
@@ -60,8 +60,6 @@ Zachary Scott (zzak) Tanaka Akira (akr) [lib/resolv.rb] Tanaka Akira (akr) -[lib/rinda/*] - Masatoshi SEKI (seki) [lib/rubygems.rb, lib/rubygems/*] Eric Hodel (drbrain), Hiroshi SHIBATA (hsbt) https://.com/rubygems/rubygems @@ -232,6 +230,9 @@ Zachary Scott (zzak) aycabta https://.com/ruby/reline https://rubygems.org/gems/reline [lib/set.rb] Akinori MUSHA (knu) https://.com/ruby/set @@ -20,7 +20,6 @@ PrettyPrinter:: Implements a pretty printing algorithm for readable structure 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 -Rinda:: The Linda distributed computing paradigm in Ruby Gem:: Package management framework for Ruby SecureRandom:: Interface for secure random number generator Shellwords:: Manipulates strings with word parsing rules of UNIX Bourne shell @@ -75,6 +74,7 @@ Prime:: Prime numbers and factorization library 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 Set:: Provides a class to deal with collections of unordered, unique values Singleton:: Implementation of the Singleton pattern for Ruby Tempfile:: A utility class for managing temporary files @@ -0,0 +1,24 @@ @@ -64,6 +64,7 @@ $repositories = { optparse: "ruby/optparse", set: "ruby/set", find: "ruby/find", } def sync_default_gems(gem) |