Skip to content

Commit

Permalink
Merge pull request #18 from olleolleolle/patch-3
Browse files Browse the repository at this point in the history
gemspec: Explicitly have 0 executables
  • Loading branch information
hsbt committed Jun 1, 2021
2 parents 1e18ea3 + 086d54b commit a8ab953
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 a8ab953

Please sign in to comment.