Skip to content

Commit 9c63144

Browse files
committed
Exclude bin/* files from the gem package
1 parent be4bf9e commit 9c63144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

power_assert.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
1313
s.description = "Power Assert shows each value of variables and method calls in the expression. It is useful for testing, providing which value wasn't correct when the condition is not satisfied."
1414

1515
s.files = `git ls-files -z`.split("\x0").reject do |f|
16-
f.match(%r{^(test|spec|features|benchmark)/})
16+
f.match(%r{\A(?:test|spec|features|benchmark|bin)/})
1717
end
1818
s.bindir = 'exe'
1919
s.executables = s.files.grep(%r{^exe/}) { |f| File.basename(f) }

0 commit comments

Comments
 (0)