From 3b6ef8ce54920056972d9adf72a5e0c204bfdbf2 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 31 Dec 2018 09:31:00 -0800 Subject: [PATCH] Remove unnecessary config in the gemspec There's no executables in this gem so there's no reason to define this here. Signed-off-by: Tim Smith --- win32-certstore.gemspec | 2 -- 1 file changed, 2 deletions(-) diff --git a/win32-certstore.gemspec b/win32-certstore.gemspec index be67864..6a33c3e 100644 --- a/win32-certstore.gemspec +++ b/win32-certstore.gemspec @@ -13,8 +13,6 @@ Gem::Specification.new do |spec| spec.homepage = "https://github.com/chef/win32-certstore" spec.files = Dir["LICENSE", "lib/**/*"] - spec.bindir = "bin" - spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.12"