mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[ruby/weakref] weakref.gemspec: Drop gemspec config on executables
This gem does not expose any executables.
819471ce35
This commit is contained in:
parent
9bec592cc4
commit
a1ba394626
1 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue