Skip to content

Commit a8d1694

Browse files
committed
tighten gemspec
1 parent 762b2f1 commit a8d1694

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

zaxcel.gemspec

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,25 @@ Gem::Specification.new do |spec|
3131
spec.files = Dir.chdir(__dir__) do
3232
%x(git ls-files -z).split("\x0").reject do |f|
3333
(File.expand_path(f) == __FILE__) ||
34-
f.start_with?(*%w[bin/ test/ spec/ features/ .git .circleci appveyor Gemfile])
34+
f.start_with?(*%w[
35+
bin/
36+
test/
37+
spec/
38+
features/
39+
.git
40+
.circleci
41+
.github/
42+
appveyor
43+
Gemfile
44+
vendor/
45+
vendor/bundle/
46+
coverage/
47+
tmp/
48+
docs/
49+
script/
50+
sorbet/
51+
examples/
52+
])
3553
end
3654
end
3755
spec.bindir = 'exe'

0 commit comments

Comments
 (0)