[ruby/psych] Comment out the code used to expand the file list [ci skip]

https://github.com/ruby/psych/commit/715f3bfad0
This commit is contained in:
Nobuyoshi Nakada 2023-06-12 21:29:17 +09:00 коммит произвёл git
Родитель 81836c6cb9
Коммит 31e24a42f3
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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",