Do not add .github files to gem

This commit is contained in:
Claudio Bley 2022-03-20 22:58:35 +01:00
parent 7100c41703
commit 61050314de

View file

@ -52,7 +52,7 @@ Gem::Specification.new do |spec|
spec.files = %w[man/colorls.1 man/colorls.1 zsh/_colorls] + IO.popen(
%w[git ls-files -z], external_encoding: Encoding::ASCII_8BIT
).read.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
f.match(%r{^(test|spec|features|[.]github)/})
end
spec.bindir = 'exe'