We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8127ce0 commit 31efbb2Copy full SHA for 31efbb2
logger.gemspec
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
15
spec.homepage = "https://github.com/ruby/logger"
16
spec.license = "BSD-2-Clause"
17
18
- spec.files = ["Gemfile", "LICENSE.txt", "README.md", "Rakefile", "lib/logger.rb", "logger.gemspec"]
+ spec.files = Dir.glob("lib/**/*.rb") + ["logger.gemspec"]
19
spec.bindir = "exe"
20
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
21
spec.require_paths = ["lib"]
0 commit comments