Skip to content

Commit a1ba394

Browse files
olleolleollematzbot
authored andcommitted
[ruby/weakref] weakref.gemspec: Drop gemspec config on executables
This gem does not expose any executables. ruby/weakref@819471ce35
1 parent 9bec592 commit a1ba394

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/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)