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

ruby-changes:68154

From: Olle <ko1@a...>
Date: Tue, 28 Sep 2021 19:15:56 +0900 (JST)
Subject: [ruby-changes:68154] 3be987653a (master): [ruby/drb] gemspec: Remove "executables" configuration

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

From 3be987653aef5a4e507fe23ac40a7025cdd903d3 Mon Sep 17 00:00:00 2001
From: Olle Jonsson <olle.jonsson@g...>
Date: Wed, 16 Jun 2021 13:22:50 +0200
Subject: [ruby/drb] gemspec: Remove "executables" configuration

This gem exposes 0 executables.

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

diff --git a/lib/drb/drb.gemspec b/lib/drb/drb.gemspec
index 0ac525705b..2afae85fab 100644
--- a/lib/drb/drb.gemspec
+++ b/lib/drb/drb.gemspec
@@ -37,8 +37,6 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/drb/drb.gemspec#L37
     lib/drb/version.rb
     lib/drb/weakidconv.rb
   ]
-  spec.bindir        = "exe"
-  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
   spec.require_paths = ["lib"]
 
   spec.add_dependency "ruby2_keywords"
-- 
cgit v1.2.1


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

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