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

ruby-changes:64892

From: Kazuhiro <ko1@a...>
Date: Fri, 15 Jan 2021 12:30:30 +0900 (JST)
Subject: [ruby-changes:64892] 69ea2701ae (master): Sort filenames [ci skip]

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

From 69ea2701aec5ebf76637cc36e30bbe7b94518824 Mon Sep 17 00:00:00 2001
From: Kazuhiro NISHIYAMA <zn@m...>
Date: Fri, 15 Jan 2021 12:29:39 +0900
Subject: Sort filenames [ci skip]


diff --git a/.document b/.document
index 64407a3..8b4938f 100644
--- a/.document
+++ b/.document
@@ -10,18 +10,19 @@ https://github.com/ruby/ruby/blob/trunk/.document#L10
 # prelude
 prelude.rb
 rbconfig.rb
+
 array.rb
 ast.rb
 dir.rb
 gc.rb
-numeric.rb
 io.rb
 kernel.rb
+numeric.rb
 pack.rb
+ractor.rb
 timev.rb
 trace_point.rb
 warning.rb
-ractor.rb
 
 # the lib/ directory (which has its own .document file)
 lib
-- 
cgit v0.10.2


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

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