mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/logger] gemspec: Drop unused "executables" configuration
This gem exposes 0 executables. https://github.com/ruby/logger/commit/fbd9315393
This commit is contained in:
parent
b8c3a84bdd
commit
f77f9b9328
1 changed files with 0 additions and 2 deletions
|
@ -16,8 +16,6 @@ Gem::Specification.new do |spec|
|
|||
spec.licenses = ["Ruby", "BSD-2-Clause"]
|
||||
|
||||
spec.files = Dir.glob("lib/**/*.rb") + ["logger.gemspec"]
|
||||
spec.bindir = "exe"
|
||||
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
||||
spec.require_paths = ["lib"]
|
||||
|
||||
spec.required_ruby_version = ">= 2.3.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue