[前][次][番号順一覧][スレッド一覧]

ruby-changes:66932

From: Olle <ko1@a...>
Date: Wed, 28 Jul 2021 13:35:20 +0900 (JST)
Subject: [ruby-changes:66932] eb3a7eda5e (master): [ruby/getoptlong] gemspec: Drop executables directives

https://git.ruby-lang.org/ruby.git/commit/?id=eb3a7eda5e

From eb3a7eda5e2722a7f59a610de544039aedc38f3b Mon Sep 17 00:00:00 2001
From: Olle Jonsson <olle.jonsson@g...>
Date: Thu, 3 Jun 2021 12:48:42 +0200
Subject: [ruby/getoptlong] gemspec: Drop executables directives

This gem exposes 0 executables.

https://github.com/ruby/getoptlong/commit/4522163cbd
---
 lib/getoptlong/getoptlong.gemspec | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/getoptlong/getoptlong.gemspec b/lib/getoptlong/getoptlong.gemspec
index 9ebe3ae..dfe087b 100644
--- a/lib/getoptlong/getoptlong.gemspec
+++ b/lib/getoptlong/getoptlong.gemspec
@@ -26,7 +26,5 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/getoptlong/getoptlong.gemspec#L26
   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.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]