From cf7ecc77fc4fe16dad66f2cd8c783153aa27411b Mon Sep 17 00:00:00 2001 From: Hugo Peixoto Date: Wed, 4 Jun 2025 15:31:25 +0100 Subject: [PATCH] Remove executables from gemspec This gem does not have any executables. Previous versions included the rubocop/rspec/appraisals binstubs. --- shortcode.gemspec | 1 - 1 file changed, 1 deletion(-) diff --git a/shortcode.gemspec b/shortcode.gemspec index b3459ce..e899169 100644 --- a/shortcode.gemspec +++ b/shortcode.gemspec @@ -13,7 +13,6 @@ Gem::Specification.new do |spec| spec.license = "MIT" spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR) - spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"]