aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/set/set.gemspec2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/set/set.gemspec b/lib/set/set.gemspec
index 2be9aa9e3d..d14febaad4 100644
--- a/lib/set/set.gemspec
+++ b/lib/set/set.gemspec
@@ -19,7 +19,5 @@ Gem::Specification.new do |spec|
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
end
- spec.bindir = "exe"
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
end