ruby-changes:62932
From: Hiroshi <ko1@a...>
Date: Mon, 14 Sep 2020 17:18:04 +0900 (JST)
Subject: [ruby-changes:62932] cdb85142f9 (master): [ruby/erb] Use libexec same as ruby core repository
https://git.ruby-lang.org/ruby.git/commit/?id=cdb85142f9 From cdb85142f9a0f2735ddb7544b5460809347a147a Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Mon, 14 Sep 2020 17:06:38 +0900 Subject: [ruby/erb] Use libexec same as ruby core repository https://github.com/ruby/erb/commit/660255cf24 diff --git a/lib/erb.gemspec b/lib/erb.gemspec index 54d67c8..a5523b3 100644 --- a/lib/erb.gemspec +++ b/lib/erb.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/erb.gemspec#L16 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 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/