From 81a3c3214003ec283a80375c3b92fbeb24566f35 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Wed, 6 Oct 2021 13:49:33 +0200 Subject: [PATCH] gemspec: Drop unused executables directives --- delegate.gemspec | 2 -- 1 file changed, 2 deletions(-) diff --git a/delegate.gemspec b/delegate.gemspec index 05d9ced..1cfacfe 100644 --- a/delegate.gemspec +++ b/delegate.gemspec @@ -24,8 +24,6 @@ Gem::Specification.new do |spec| spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do `git ls-files -z 2>/dev/null`.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"] spec.required_ruby_version = '>= 2.7' end