mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/timeout] gemspec: Drop unused directives "executables"
This gem exposes no executables. https://github.com/ruby/timeout/commit/70be2bd48a
This commit is contained in:
parent
76de7a92b9
commit
7c58c55c11
1 changed files with 0 additions and 2 deletions
|
@ -26,7 +26,5 @@ Gem::Specification.new do |spec|
|
||||||
(f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features|rakelib)/|\.(?:git|travis|circleci)|appveyor|Rakefile)})
|
(f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features|rakelib)/|\.(?:git|travis|circleci)|appveyor|Rakefile)})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
spec.bindir = "exe"
|
|
||||||
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
||||||
spec.require_paths = ["lib"]
|
spec.require_paths = ["lib"]
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue