ruby-changes:65846
From: Nobuyoshi <ko1@a...>
Date: Sun, 11 Apr 2021 09:59:18 +0900 (JST)
Subject: [ruby-changes:65846] dbdd8c2dfe (master): sync_default_gems.rb: ignore rakelib [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=dbdd8c2dfe From dbdd8c2dfe229023daed4e00147229a3c7acdad1 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sun, 11 Apr 2021 09:59:01 +0900 Subject: sync_default_gems.rb: ignore rakelib [ci skip] --- tool/sync_default_gems.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index e10efae..695ec68 100644 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -355,7 +355,9 @@ IGNORE_FILE_PATTERN = https://github.com/ruby/ruby/blob/trunk/tool/sync_default_gems.rb#L355 |\.git.* |[A-Z]\w+file |COPYING - )\z/x + )\z| + |rakelib\/ + /x def message_filter(repo, sha) log = STDIN.read -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/