From 71e91c5387d1ce11d988c8fc4f94de8b49cc8572 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Mon, 27 Nov 2023 09:47:45 +0100 Subject: [PATCH] phlex-rails.gemspec: Omit exe/ references This omission focuses the file a little. Signed-off-by: Olle Jonsson --- phlex-rails.gemspec | 2 -- 1 file changed, 2 deletions(-) diff --git a/phlex-rails.gemspec b/phlex-rails.gemspec index fdbb63d3..a17a0d4a 100644 --- a/phlex-rails.gemspec +++ b/phlex-rails.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"] spec.add_dependency "phlex", "~> 1.9"