Skip to content

Commit 013f559

Browse files
authored
Merge pull request #137 from matthewtusker/main
Exclude `Gemfile.lock` from Gem
2 parents 37c0b23 + 1173615 commit 013f559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simplecov-html.gemspec

Lines changed: 1 addition & 1 deletion
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 assets .rubocop.yml Guardfile])
22+
f.start_with?(*%w[bin/ test/ spec/ features/ .git .github appveyor Gemfile Gemfile.lock assets .rubocop.yml Guardfile])
2323
end
2424
end
2525
gem.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }

0 commit comments

Comments
 (0)