From ad3f4c07d9eb0931d164276471636d04748726f0 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Thu, 22 Apr 2021 12:09:52 +0200 Subject: [ruby/pathname] gemspec: Explicitly list 0 executables This gem exposes no executables. https://github.com/ruby/pathname/commit/c401d97d58 --- ext/pathname/pathname.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pathname') diff --git a/ext/pathname/pathname.gemspec b/ext/pathname/pathname.gemspec index 8593f9e9c7..317029afb1 100644 --- a/ext/pathname/pathname.gemspec +++ b/ext/pathname/pathname.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |spec| `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.executables = [] spec.require_paths = ["lib"] spec.extensions = %w[ext/pathname/extconf.rb] end -- cgit v1.2.3