Skip to content

Commit

Permalink
[ruby/psych] Comment out the code used to expand the file list [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu authored and matzbot committed Jun 12, 2023
1 parent 81836c6 commit 31e24a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ext/psych/psych.gemspec
Expand Up @@ -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",
Expand Down

0 comments on commit 31e24a4

Please sign in to comment.