Skip to content

Commit 130aed4

Browse files
committed
Ensure no wrong files included in build
1 parent 17ec5d7 commit 130aed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

query_packwerk.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
2626
spec.files = IO.popen(%w[git ls-files -z], chdir: __dir__, err: IO::NULL) do |ls|
2727
ls.readlines("\x0", chomp: true).reject do |f|
2828
(f == gemspec) ||
29-
f.start_with?(*%w[bin/ sorbet/ test/ spec/ features/ .git .github appveyor Gemfile])
29+
f.start_with?(*%w[bin/ sorbet/ test/ spec/ features/ examples/ mise.toml .git .github appveyor Gemfile Rakefile])
3030
end
3131
end
3232
spec.bindir = 'exe'

0 commit comments

Comments
 (0)