Skip to content

Commit 715f3bf

Browse files
committed
Comment out the code used to expand the file list [ci skip]
1 parent 5476ee8 commit 715f3bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

psych.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ DESCRIPTION
2323

2424
# for ruby core repository.
2525
# It was generated by
26-
`git ls-files -z`.split("\x0").reject { |f|
27-
f.match(%r{^\.git|^(test|spec|features|bin|tool)/|^[A-Z]\w+file$|/extlibs$|\.(gemspec|java)$|jar})
28-
}
26+
# `git ls-files -z`.split("\x0").reject { |f|
27+
# f.match(%r{^\.git|^(test|spec|features|bin|tool)/|^[A-Z]\w+file$|/extlibs$|\.(gemspec|java)$|jar})
28+
# }
2929
s.files = [
3030
"CONTRIBUTING.md", "LICENSE", "README.md", "ext/psych/depend",
3131
"ext/psych/extconf.rb", "ext/psych/psych.c", "ext/psych/psych.h",

0 commit comments

Comments
 (0)