Skip to content

Commit

Permalink
gemspec: Explicitly list 0 executables
Browse files Browse the repository at this point in the history
This gem exposes no executables, and this makes that clearer.
  • Loading branch information
olleolleolle committed Apr 6, 2021
1 parent 022a71f commit 8797a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resolv.gemspec
Expand Up @@ -17,6 +17,6 @@ Gem::Specification.new do |spec|
`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.executables = []
spec.require_paths = ["lib"]
end

0 comments on commit 8797a9d

Please sign in to comment.