ruby-changes:71889
From: Olle <ko1@a...>
Date: Fri, 20 May 2022 18:02:06 +0900 (JST)
Subject: [ruby-changes:71889] 6923dd932b (master): [ruby/tempfile] Drop unused gemspec directives
https://git.ruby-lang.org/ruby.git/commit/?id=6923dd932b From 6923dd932bd8115eeeed49e3624e31305a3679ea Mon Sep 17 00:00:00 2001 From: Olle Jonsson <olle.jonsson@g...> Date: Fri, 6 May 2022 17:30:21 +0200 Subject: [ruby/tempfile] Drop unused gemspec directives This gem exposes no executables. https://github.com/ruby/tempfile/commit/07fde5fe14 --- lib/tempfile.gemspec | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/tempfile.gemspec b/lib/tempfile.gemspec index c4f28b2ef7..1fa4e05196 100644 --- a/lib/tempfile.gemspec +++ b/lib/tempfile.gemspec @@ -18,7 +18,5 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/tempfile.gemspec#L18 spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do `git ls-files -z 2>/dev/null`.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.require_paths = ["lib"] end -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/