mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00:00
[ruby/shellwords] shellwords.gemspec: Avoid configuring exe/ directory
This gem does not ship any executables. https://github.com/ruby/shellwords/commit/7da06b91ff
This commit is contained in:
parent
d488935910
commit
d0bb17e079
@ -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…
x
Reference in New Issue
Block a user