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

ruby-changes:66926

From: Olle <ko1@a...>
Date: Wed, 28 Jul 2021 11:48:52 +0900 (JST)
Subject: [ruby-changes:66926] add48acea3 (master): [ruby/digest] gemspec: Explicitly have 0 executables

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

From add48acea31560997796c0e7f2541cfbec93b44f Mon Sep 17 00:00:00 2001
From: Olle Jonsson <olle.jonsson@g...>
Date: Thu, 1 Apr 2021 16:13:58 +0200
Subject: [ruby/digest] gemspec: Explicitly have 0 executables

https://github.com/ruby/digest/commit/086d54ba94
---
 ext/digest/digest.gemspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ext/digest/digest.gemspec b/ext/digest/digest.gemspec
index a377aef..30ecf19 100644
--- a/ext/digest/digest.gemspec
+++ b/ext/digest/digest.gemspec
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/ext/digest/digest.gemspec#L29
   spec.required_ruby_version = ">= 2.3.0"
 
   spec.bindir        = "exe"
-  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
+  spec.executables   = []
   spec.require_paths = ["lib"]
   spec.extensions    = %w[
     ext/digest/extconf.rb
-- 
cgit v1.1


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

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