Skip to content

Commit

Permalink
Allow test files when publishing the gem
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopacheco committed Apr 30, 2024
1 parent 80fa3ec commit e2ec007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auction_fun_core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.files = Dir.chdir(__dir__) do
`git ls-files -z`.split("\x0").reject do |f|
(File.expand_path(f) == __FILE__) ||
f.start_with?(*%w[bin/ test/ spec/ features/ .git .github appveyor Gemfile])
f.start_with?(*%w[bin/ test/ features/ .git .github appveyor Gemfile])
end
end
spec.bindir = "exe"
Expand Down

0 comments on commit e2ec007

Please sign in to comment.