[前][次][番号順一覧][スレッド一覧]

ruby-changes:60022

From: Hiroshi <ko1@a...>
Date: Wed, 12 Feb 2020 20:35:10 +0900 (JST)
Subject: [ruby-changes:60022] a91ce05046 (master): Move the entries of tempfile on docs

https://git.ruby-lang.org/ruby.git/commit/?id=a91ce05046

From a91ce05046b1bddc60a3dafcea59a4366359dffa Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Wed, 12 Feb 2020 20:34:08 +0900
Subject: Move the entries of tempfile on docs


diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index 5cef2d0..911bad4 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/tmpdir.rb]
-  _unmaintained_
 [lib/time.rb]
   Tanaka Akira (akr)
 [lib/tsort.rb]
@@ -247,6 +245,9 @@ Zachary Scott (zzak) https://github.com/ruby/ruby/blob/trunk/doc/maintainers.rdoc#L245
   Keiju ISHITSUKA (keiju)
   https://github.com/ruby/thwait
   https://rubygems.org/gems/thwait
+[lib/tmpdir.rb]
+  _unmaintained_
+  https://github.com/ruby/tmpdir
 [lib/tracer.rb]
   Keiju ISHITSUKA (keiju)
   https://github.com/ruby/tracer
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index cdcf1d1..2e1ecd0 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -32,7 +32,6 @@ SecureRandom:: Interface for secure random number generator https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L32
 Set:: Provides a class to deal with collections of unordered, unique values
 Shellwords:: Manipulates strings with word parsing rules of UNIX Bourne shell
 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
 un.rb:: Utilities to replace common UNIX commands
 
@@ -81,6 +80,7 @@ RDoc:: Produces HTML and command-line documentation for Ruby https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L80
 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
+tmpdir.rb:: Extends the Dir class to manage the OS temporary file path
 Tracer:: Outputs a source level execution trace of a Ruby program
 URI:: A Ruby module providing support for Uniform Resource Identifiers
 WEBrick:: An HTTP server toolkit for Ruby
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]