Skip to content

Commit

Permalink
Merge pull request #196 from ruby/executables
Browse files Browse the repository at this point in the history
Use hard-coded filename for executables.
  • Loading branch information
hsbt committed Jun 1, 2023
2 parents 4c47a66 + 0ee7496 commit 4fdc1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax_suggest.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ Gem::Specification.new do |spec|
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|assets)/}) }
end
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.executables = ["syntax_suggest"]
spec.require_paths = ["lib"]
end

0 comments on commit 4fdc1c9

Please sign in to comment.