Skip to content

Commit 819471c

Browse files
authored
weakref.gemspec: Drop gemspec config on executables
This gem does not expose any executables.
1 parent 68c61e7 commit 819471c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

weakref.gemspec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ Gem::Specification.new do |spec|
2626
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
2727
`git ls-files -z 2>#{IO::NULL}`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
2828
end
29-
spec.bindir = "exe"
30-
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
3129
spec.require_paths = ["lib"]
3230

3331
spec.add_dependency "delegate"

0 commit comments

Comments
 (0)