Skip to content

Commit

Permalink
Use libexec same as ruby core repository
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Sep 14, 2020
1 parent 70d8cce commit 660255c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erb.gemspec
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.files = Dir.chdir(File.expand_path("..", __FILE__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
end
spec.bindir = "exe"
spec.bindir = "libexec"
spec.executables = ["erb"]
spec.require_paths = ["lib"]
end
File renamed without changes.

0 comments on commit 660255c

Please sign in to comment.