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 executable files.
  • Loading branch information
olleolleolle committed Apr 6, 2021
1 parent f209276 commit d14bf83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optparse.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ Gem::Specification.new do |spec|
}
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 d14bf83

Please sign in to comment.