From 31e24a42f3c351fc306147b08fb7442d272d39f8 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 12 Jun 2023 21:29:17 +0900 Subject: [PATCH] [ruby/psych] Comment out the code used to expand the file list [ci skip] https://github.com/ruby/psych/commit/715f3bfad0 --- ext/psych/psych.gemspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/psych/psych.gemspec b/ext/psych/psych.gemspec index d807ff7696310b..34f70095d32d1d 100644 --- a/ext/psych/psych.gemspec +++ b/ext/psych/psych.gemspec @@ -23,9 +23,9 @@ DESCRIPTION # for ruby core repository. # It was generated by - `git ls-files -z`.split("\x0").reject { |f| - f.match(%r{^\.git|^(test|spec|features|bin|tool)/|^[A-Z]\w+file$|/extlibs$|\.(gemspec|java)$|jar}) - } + # `git ls-files -z`.split("\x0").reject { |f| + # f.match(%r{^\.git|^(test|spec|features|bin|tool)/|^[A-Z]\w+file$|/extlibs$|\.(gemspec|java)$|jar}) + # } s.files = [ "CONTRIBUTING.md", "LICENSE", "README.md", "ext/psych/depend", "ext/psych/extconf.rb", "ext/psych/psych.c", "ext/psych/psych.h",