Skip to content

Commit

Permalink
Update gemspec to use 'bin' directory for executables
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbraksa committed May 5, 2024
1 parent 764b5fc commit e1911d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shelp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Gem::Specification.new do |spec|
f.end_with?(".gem")
end
end
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.bindir = "bin"
spec.executables = ["shelp"]
spec.require_paths = ["lib"]

# Uncomment to register a new dependency of your gem
Expand Down

0 comments on commit e1911d8

Please sign in to comment.