ruby-changes:60017
From: Hiroshi <ko1@a...>
Date: Wed, 12 Feb 2020 19:50:51 +0900 (JST)
Subject: [ruby-changes:60017] 1b219f1fb2 (master): Move the entries of tempfile on docs
https://git.ruby-lang.org/ruby.git/commit/?id=1b219f1fb2 From 1b219f1fb26d15d69d4a0cb628f856f6f850eac5 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Wed, 12 Feb 2020 19:47:31 +0900 Subject: Move the entries of tempfile on docs diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc index 910295f..5cef2d0 100644 --- a/doc/maintainers.rdoc +++ b/doc/maintainers.rdoc @@ -85,8 +85,6 @@ Zachary Scott (zzak) https://github.com/ruby/ruby/blob/trunk/doc/maintainers.rdoc#L85 Tanaka Akira (akr) [lib/shellwords.rb] Akinori MUSHA (knu) -[lib/tempfile.rb] - _unmaintained_ [lib/tmpdir.rb] _unmaintained_ [lib/time.rb] @@ -239,6 +237,9 @@ Zachary Scott (zzak) https://github.com/ruby/ruby/blob/trunk/doc/maintainers.rdoc#L237 Yukihiro Matsumoto (matz) https://github.com/ruby/singleton https://rubygems.org/gems/singleton +[lib/tempfile.rb] + _unmaintained_ + https://github.com/ruby/tempfile [lib/timeout.rb] Yukihiro Matsumoto (matz) https://github.com/ruby/timeout diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc index a09eaf6..cdcf1d1 100644 --- a/doc/standard_library.rdoc +++ b/doc/standard_library.rdoc @@ -31,7 +31,6 @@ Gem:: Package management framework for Ruby https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L31 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 -Tempfile:: A utility class for managing temporary files Time:: Extends the Time class with methods for parsing and conversion tmpdir.rb:: Extends the Dir class to manage the OS temporary file path TSort:: Topological sorting using Tarjan's algorithm @@ -80,6 +79,7 @@ PStore:: Implements a file based persistence mechanism based on a Hash https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L79 Racc:: A LALR(1) parser generator written in Ruby. RDoc:: Produces HTML and command-line documentation for Ruby Singleton:: Implementation of the Singleton pattern for Ruby +Tempfile:: A utility class for managing temporary files Timeout:: Auto-terminate potentially long-running operations in Ruby Tracer:: Outputs a source level execution trace of a Ruby program URI:: A Ruby module providing support for Uniform Resource Identifiers -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/