summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-06-12 21:29:17 +0900
committergit <svn-admin@ruby-lang.org>2023-06-12 12:31:52 +0000
commit31e24a42f3c351fc306147b08fb7442d272d39f8 (patch)
tree94f100502c6c9febdfc0832571886c5364c5b635
parent81836c6cb9fceb4cc8e9e95317a6cbb3d0ad181a (diff)
[ruby/psych] Comment out the code used to expand the file list [ci skip]
https://github.com/ruby/psych/commit/715f3bfad0
-rw-r--r--ext/psych/psych.gemspec6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/psych/psych.gemspec b/ext/psych/psych.gemspec
index d807ff7696..34f70095d3 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",