summaryrefslogtreecommitdiff
path: root/mixlib-shellout.gemspec
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-23 18:46:21 -0700
committerTim Smith <tsmith@chef.io>2018-10-23 18:46:21 -0700
commitf816900753ae69ca71b33c4843db1a5ff9f4c4ed (patch)
tree266b2f671bec9211f8192031e0ed02aeede1e22e /mixlib-shellout.gemspec
parentb5310df0c2d1a0b771b0a3ef058be5131ea395a0 (diff)
downloadmixlib-shellout-f816900753ae69ca71b33c4843db1a5ff9f4c4ed.tar.gz
Remove bin / executable defs
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'mixlib-shellout.gemspec')
-rw-r--r--mixlib-shellout.gemspec2
1 files changed, 0 insertions, 2 deletions
diff --git a/mixlib-shellout.gemspec b/mixlib-shellout.gemspec
index 2a170d8..c161a81 100644
--- a/mixlib-shellout.gemspec
+++ b/mixlib-shellout.gemspec
@@ -17,8 +17,6 @@ Gem::Specification.new do |s|
s.add_development_dependency "rspec", "~> 3.0"
s.add_development_dependency "chefstyle"
- s.bindir = "bin"
- s.executables = []
s.require_path = "lib"
s.files = %w{Gemfile Rakefile LICENSE README.md} + Dir.glob("*.gemspec") +
Dir.glob("lib/**/*", File::FNM_DOTMATCH).reject { |f| File.directory?(f) }