ruby-changes:65906
From: Hiroshi <ko1@a...>
Date: Wed, 21 Apr 2021 20:46:56 +0900 (JST)
Subject: [ruby-changes:65906] 347c3b3083 (master): Fix the regexp list for ignore list
https://git.ruby-lang.org/ruby.git/commit/?id=347c3b3083 From 347c3b30836304416a97f04f3cb2feb8f9c202c2 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Wed, 21 Apr 2021 20:34:46 +0900 Subject: Fix the regexp list for ignore list --- tool/sync_default_gems.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index 1a5de83..3b8dd54 100644 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -359,9 +359,8 @@ IGNORE_FILE_PATTERN = https://github.com/ruby/ruby/blob/trunk/tool/sync_default_gems.rb#L359 |\.git.* |[A-Z]\w+file |COPYING - )\z| |rakelib\/ - /x + )\z/x def message_filter(repo, sha) log = STDIN.read -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/