From 899194f3a6e29626460084a8594d5c52a0b1f006 Mon Sep 17 00:00:00 2001 From: Olle Jonsson 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 2be9aa9e3d..d14febaad4 100644 --- a/lib/set/set.gemspec +++ b/lib/set/set.gemspec @@ -19,7 +19,5 @@ Gem::Specification.new do |spec| 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.2.3