Skip to content

Commit 1061485

Browse files
authored
Merge pull request #7 from ruby/gemspec-0-executables
gemspec: Explicitly list 0 executables
2 parents 58640cd + c401d97 commit 1061485

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pathname.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
1919
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
2020
end
2121
spec.bindir = "exe"
22-
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
22+
spec.executables = []
2323
spec.require_paths = ["lib"]
2424
spec.extensions = %w[ext/pathname/extconf.rb]
2525
end

0 commit comments

Comments
 (0)