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

ruby-changes:65894

From: Olle <ko1@a...>
Date: Tue, 20 Apr 2021 21:35:47 +0900 (JST)
Subject: [ruby-changes:65894] 59411b0b36 (master): [ruby/zlib] gemspec: Remove unused files

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

From 59411b0b363de80a10c3a8f1bdd1ae110d34ac28 Mon Sep 17 00:00:00 2001
From: Olle Jonsson <olle.jonsson@g...>
Date: Wed, 31 Mar 2021 15:40:39 +0200
Subject: [ruby/zlib] gemspec: Remove unused files

Remove the list of executables.

https://github.com/ruby/zlib/commit/6a70725b8e
---
 ext/zlib/zlib.gemspec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ext/zlib/zlib.gemspec b/ext/zlib/zlib.gemspec
index 714afcc..4a5f8f2 100644
--- a/ext/zlib/zlib.gemspec
+++ b/ext/zlib/zlib.gemspec
@@ -22,9 +22,9 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/ext/zlib/zlib.gemspec#L22
   spec.homepage      = "https://github.com/ruby/zlib"
   spec.licenses       = ["Ruby", "BSD-2-Clause"]
 
-  spec.files         = [".gitignore", ".travis.yml", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "ext/zlib/extconf.rb", "ext/zlib/zlib.c", "zlib.gemspec"]
+  spec.files         = ["LICENSE.txt", "README.md", "ext/zlib/extconf.rb", "ext/zlib/zlib.c", "zlib.gemspec"]
   spec.bindir        = "exe"
-  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
+  spec.executables   = []
   spec.require_paths = ["lib"]
   spec.extensions    = "ext/zlib/extconf.rb"
   spec.required_ruby_version = ">= 2.3.0"
-- 
cgit v1.1


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

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