Skip to content

Commit

Permalink
gemspec: Drop executables directive
Browse files Browse the repository at this point in the history
This gem exposes no executables.
  • Loading branch information
olleolleolle committed Jun 3, 2021
1 parent ef26391 commit fa40518
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resolv-replace.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ Gem::Specification.new do |spec|
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
`git ls-files -z`.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 "resolv"
Expand Down

0 comments on commit fa40518

Please sign in to comment.