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

ruby-changes:68037

From: NAKAMURA <ko1@a...>
Date: Sun, 19 Sep 2021 19:46:46 +0900 (JST)
Subject: [ruby-changes:68037] ac7c2754c0 (ruby_2_7): merge revision(s) b8386f7f7f6d7a7d76481e02d389d0f5211f0f2c [Backport #18161]

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

From ac7c2754c004cdb3618738e315d2e2cb5f68a3a8 Mon Sep 17 00:00:00 2001
From: NAKAMURA Usaku <usa@r...>
Date: Sun, 19 Sep 2021 19:43:12 +0900
Subject: merge revision(s) b8386f7f7f6d7a7d76481e02d389d0f5211f0f2c [Backport
 #18161]

    Prepend DebugSystem to VCS class only

    And revert 24e5f1c982966c379220b1bbb26b4e0320180fa1, pepending to
    Kernel did not affect the top level methods before 3.0.
---
 tool/lib/vcs.rb | 3 ---
 version.h       | 8 ++++----
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/tool/lib/vcs.rb b/tool/lib/vcs.rb
index 3553ed5..fcee91a 100644
--- a/tool/lib/vcs.rb
+++ b/tool/lib/vcs.rb
@@ -117,9 +117,6 @@ else https://github.com/ruby/ruby/blob/trunk/tool/lib/vcs.rb#L117
       ret
     end
   end
-  module Kernel
-    prepend(DebugSystem)
-  end
 end
 
 class VCS
diff --git a/version.h b/version.h
index b92f4b5..5128935 100644
--- a/version.h
+++ b/version.h
@@ -1,12 +1,12 @@ https://github.com/ruby/ruby/blob/trunk/version.h#L1
 # define RUBY_VERSION_MAJOR RUBY_API_VERSION_MAJOR
 # define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
-#define RUBY_VERSION_TEENY 4
+#define RUBY_VERSION_TEENY 5
 #define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL 191
+#define RUBY_PATCHLEVEL 192
 
 #define RUBY_RELEASE_YEAR 2021
-#define RUBY_RELEASE_MONTH 7
-#define RUBY_RELEASE_DAY 31
+#define RUBY_RELEASE_MONTH 9
+#define RUBY_RELEASE_DAY 19
 
 #include "ruby/version.h"
 
-- 
cgit v1.1


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

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