Skip to content

Commit

Permalink
gemspec: Drop unused directive "executables"
Browse files Browse the repository at this point in the history
This gem exposes no executable files.
  • Loading branch information
olleolleolle committed Nov 17, 2021
1 parent ca7bb8c commit 3b3743f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net-http.gemspec
Expand Up @@ -28,7 +28,6 @@ Gem::Specification.new do |spec|
`git ls-files -z 2>/dev/null`.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.require_paths = ["lib"]

spec.add_dependency "net-protocol"
Expand Down

0 comments on commit 3b3743f

Please sign in to comment.