Skip to content

Commit 746dab5

Browse files
committed
Yet another noise for the gem package
1 parent 1332824 commit 746dab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simplecov-html.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
1919
gem.files = Dir.chdir(__dir__) do
2020
`git ls-files -z`.split("\x0").reject do |f|
2121
(File.expand_path(f) == __FILE__) ||
22-
f.start_with?(*%w[bin/ test/ spec/ features/ .git .github appveyor Gemfile Gemfile.lock assets .rubocop.yml Guardfile])
22+
f.start_with?(*%w[bin/ test/ spec/ features/ .git .github appveyor Gemfile Gemfile.lock assets .rubocop.yml Guardfile .tool-versions])
2323
end
2424
end
2525
gem.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }

0 commit comments

Comments
 (0)