diff --git a/lib/weakref.gemspec b/lib/weakref.gemspec index 03893f77e6..9d5c79851e 100644 --- a/lib/weakref.gemspec +++ b/lib/weakref.gemspec @@ -26,8 +26,6 @@ Gem::Specification.new do |spec| spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do `git ls-files -z 2>#{IO::NULL}`.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"] spec.add_dependency "delegate"