Skip to content

Commit 660255c

Browse files
committed
Use libexec same as ruby core repository
1 parent 70d8cce commit 660255c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

erb.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
1616
spec.files = Dir.chdir(File.expand_path("..", __FILE__)) do
1717
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
1818
end
19-
spec.bindir = "exe"
19+
spec.bindir = "libexec"
2020
spec.executables = ["erb"]
2121
spec.require_paths = ["lib"]
2222
end

exe/erb renamed to libexec/erb

File renamed without changes.

0 commit comments

Comments
 (0)