We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c61e7 commit 819471cCopy full SHA for 819471c
weakref.gemspec
@@ -26,8 +26,6 @@ Gem::Specification.new do |spec|
26
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
27
`git ls-files -z 2>#{IO::NULL}`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
28
end
29
- spec.bindir = "exe"
30
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
31
spec.require_paths = ["lib"]
32
33
spec.add_dependency "delegate"
0 commit comments