From 269a7fab584cb6d922d101f060cf9c1915721a4a Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Mon, 27 Nov 2023 09:53:56 +0100 Subject: [PATCH] phlex.gemspec: Drop exe/ mentions Signed-off-by: Olle Jonsson --- phlex.gemspec | 2 -- 1 file changed, 2 deletions(-) diff --git a/phlex.gemspec b/phlex.gemspec index 56363ae6..601a31e1 100644 --- a/phlex.gemspec +++ b/phlex.gemspec @@ -26,8 +26,6 @@ Gem::Specification.new do |spec| (f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features)/|\.(?:git|travis|circleci)|appveyor)}) end end - spec.bindir = "exe" - spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] # Uncomment to register a new dependency of your gem