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, so this makes that clear to the reader.
  • Loading branch information
olleolleolle committed Apr 6, 2021
1 parent 762c38c commit 012c298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion un.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Gem::Specification.new do |spec|
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }
end
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.executables = []
spec.require_paths = ["lib"]
end

0 comments on commit 012c298

Please sign in to comment.