From 5cfc0d0ce449d30c3ffad4781aee1653d87c6ac4 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Fri, 28 Aug 2026 08:49:40 +0200 Subject: [PATCH] uri.gemspec: Remove executables configuration This gem provides to executables. --- uri.gemspec | 2 -- 1 file changed, 2 deletions(-) diff --git a/uri.gemspec b/uri.gemspec index 0d0f897..4c7590d 100644 --- a/uri.gemspec +++ b/uri.gemspec @@ -36,7 +36,5 @@ Gem::Specification.new do |spec| (file == gemspec) || file.start_with?(*%w[bin/ test/ rakelib/ .github/ .gitignore Gemfile Rakefile]) end end - spec.bindir = "exe" - spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] end