Skip to content

Commit fbd9315

Browse files
authored
gemspec: Drop unused "executables" configuration
This gem exposes 0 executables.
1 parent 7e50937 commit fbd9315

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

logger.gemspec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Gem::Specification.new do |spec|
1616
spec.licenses = ["Ruby", "BSD-2-Clause"]
1717

1818
spec.files = Dir.glob("lib/**/*.rb") + ["logger.gemspec"]
19-
spec.bindir = "exe"
20-
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2119
spec.require_paths = ["lib"]
2220

2321
spec.required_ruby_version = ">= 2.3.0"

0 commit comments

Comments
 (0)