From ed4183484ba4d95a01bd21610658a7f0c8d6d418 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Tue, 18 Jan 2022 22:13:52 +0100 Subject: [PATCH] Drop unused directives from gemspec This gem exposes no executables. --- ostruct.gemspec | 2 -- 1 file changed, 2 deletions(-) diff --git a/ostruct.gemspec b/ostruct.gemspec index f69a858..31ecc31 100644 --- a/ostruct.gemspec +++ b/ostruct.gemspec @@ -20,8 +20,6 @@ Gem::Specification.new do |spec| spec.required_ruby_version = ">= 2.5.0" spec.files = [".gitignore", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "lib/ostruct.rb", "ostruct.gemspec"] - spec.bindir = "exe" - spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler"