Skip to content

Commit

Permalink
gemspec: Explicitly empty executables list
Browse files Browse the repository at this point in the history
This gem exposes no executables.
  • Loading branch information
olleolleolle committed Mar 31, 2021
1 parent 93211c8 commit 9d2c49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base64.gemspec
Original file line number Diff line number Diff line change
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 9d2c49c

Please sign in to comment.