mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[ruby/shellwords] shellwords.gemspec: Avoid configuring exe/ directory
This gem does not ship any executables.
7da06b91ff
This commit is contained in:
parent
d488935910
commit
d0bb17e079
1 changed files with 0 additions and 2 deletions
|
@ -25,7 +25,5 @@ Gem::Specification.new do |spec|
|
|||
spec.files = Dir.chdir(srcdir) do
|
||||
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:(?:test|spec|features)/|\.git|Rake)}) || f == gemspec_file}
|
||||
end
|
||||
spec.bindir = "exe"
|
||||
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
||||
spec.require_paths = ["lib"]
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue