We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1332824 commit 746dab5Copy full SHA for 746dab5
simplecov-html.gemspec
@@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
19
gem.files = Dir.chdir(__dir__) do
20
`git ls-files -z`.split("\x0").reject do |f|
21
(File.expand_path(f) == __FILE__) ||
22
- f.start_with?(*%w[bin/ test/ spec/ features/ .git .github appveyor Gemfile Gemfile.lock assets .rubocop.yml Guardfile])
+ f.start_with?(*%w[bin/ test/ spec/ features/ .git .github appveyor Gemfile Gemfile.lock assets .rubocop.yml Guardfile .tool-versions])
23
end
24
25
gem.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
0 commit comments