We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d8cce commit 660255cCopy full SHA for 660255c
erb.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
16
spec.files = Dir.chdir(File.expand_path("..", __FILE__)) do
17
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
18
end
19
- spec.bindir = "exe"
+ spec.bindir = "libexec"
20
spec.executables = ["erb"]
21
spec.require_paths = ["lib"]
22
exe/erb renamed to libexec/erb
0 commit comments