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

ruby-changes:66963

From: Olle <ko1@a...>
Date: Thu, 29 Jul 2021 14:50:32 +0900 (JST)
Subject: [ruby-changes:66963] 899194f3a6 (master): [ruby/set] gemspec: This gem exposes 0 executables

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

From 899194f3a6e29626460084a8594d5c52a0b1f006 Mon Sep 17 00:00:00 2001
From: Olle Jonsson <olle.jonsson@g...>
Date: Sat, 19 Jun 2021 10:45:29 +0200
Subject: [ruby/set] gemspec: This gem exposes 0 executables

This change removes unused configuration.

https://github.com/ruby/set/commit/6c2338d699
---
 lib/set/set.gemspec | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/set/set.gemspec b/lib/set/set.gemspec
index 2be9aa9..d14feba 100644
--- a/lib/set/set.gemspec
+++ b/lib/set/set.gemspec
@@ -19,7 +19,5 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/set/set.gemspec#L19
   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.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/

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