Skip to content

Commit bd25f4b

Browse files
authored
Merge pull request #20 from ruby/gemspec-no-executables
gemspec: Drop unused directives "executables"
2 parents 5594ae2 + 70be2bd commit bd25f4b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

timeout.gemspec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,5 @@ Gem::Specification.new do |spec|
2626
(f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features|rakelib)/|\.(?:git|travis|circleci)|appveyor|Rakefile)})
2727
end
2828
end
29-
spec.bindir = "exe"
30-
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
3129
spec.require_paths = ["lib"]
3230
end

0 commit comments

Comments
 (0)