From c12a85f94cb010743b1830d7037ca7a75005799d Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Thu, 16 Dec 2021 14:02:27 +0100 Subject: [PATCH] gemspec: Drop unused directives This gem exposes no executables, and test_files is not used by RubyGems.org. --- sassc-rails.gemspec | 2 -- 1 file changed, 2 deletions(-) diff --git a/sassc-rails.gemspec b/sassc-rails.gemspec index 38349f7..44616bd 100644 --- a/sassc-rails.gemspec +++ b/sassc-rails.gemspec @@ -14,8 +14,6 @@ Gem::Specification.new do |spec| spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") - 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"] spec.add_development_dependency 'pry'