Skip to content

Commit

Permalink
gemspec: Explicitly have 0 executables
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Apr 12, 2021
1 parent 8ce3289 commit 086d54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digest.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.3.0"

spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.executables = []
spec.require_paths = ["lib"]
spec.extensions = %w[
ext/digest/extconf.rb
Expand Down

0 comments on commit 086d54b

Please sign in to comment.