ruby-changes:60644
From: Kazuhiro <ko1@a...>
Date: Sat, 4 Apr 2020 00:36:30 +0900 (JST)
Subject: [ruby-changes:60644] f70ca6a1f9 (master): Remove unnecessary escape
https://git.ruby-lang.org/ruby.git/commit/?id=f70ca6a1f9 From f70ca6a1f9cb5c7ef6e628aa8af0ed7841203b70 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA <zn@m...> Date: Sat, 4 Apr 2020 00:35:51 +0900 Subject: Remove unnecessary escape diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index 1a8f54b..7c89422 100644 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -326,7 +326,7 @@ def sync_default_gems(gem) https://github.com/ruby/ruby/blob/trunk/tool/sync_default_gems.rb#L326 end end -IGNORE_FILE_PATTERN = /\A(?:\.travis.yml|appveyor\.yml|azure\-pipelines\.yml|\.git(?:ignore|hub)|Gemfile|README\.md|History\.txt|Rakefile|CODE_OF_CONDUCT\.md)/ +IGNORE_FILE_PATTERN = /\A(?:\.travis.yml|appveyor\.yml|azure-pipelines\.yml|\.git(?:ignore|hub)|Gemfile|README\.md|History\.txt|Rakefile|CODE_OF_CONDUCT\.md)/ def sync_default_gems_with_commits(gem, range) puts "Sync #{$repositories[gem.to_sym]} with commit history." -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/