Skip to content

Commit

Permalink
Specify the executable of erb
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Aug 24, 2020
1 parent 1b34d84 commit e6ac1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/erb.gemspec
Expand Up @@ -17,6 +17,6 @@ Gem::Specification.new do |spec|
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
end
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.executables = ["erb"]
spec.require_paths = ["lib"]
end

0 comments on commit e6ac1fb

Please sign in to comment.