[ruby/abbrev] gemspec: Explicitly empty executables list
https://github.com/ruby/abbrev/commit/f28839e7b8
This commit is contained in:
parent
4ac72d37d7
commit
855997a4d4
@ -17,6 +17,6 @@ Gem::Specification.new do |spec|
|
||||
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
||||
end
|
||||
spec.bindir = "exe"
|
||||
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
||||
spec.executables = []
|
||||
spec.require_paths = ["lib"]
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user