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 dae2b83 commit 1a64cb5Copy full SHA for 1a64cb5
logger.gemspec
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
15
spec.homepage = "https://github.com/ruby/logger"
16
spec.licenses = ["Ruby", "BSD-2-Clause"]
17
18
- spec.files = Dir.glob("lib/**/*.rb") + ["logger.gemspec"]
+ spec.files = Dir.glob("lib/**/*.rb") + ["logger.gemspec", "BSDL", "COPYING"]
19
spec.require_paths = ["lib"]
20
21
spec.required_ruby_version = ">= 2.5.0"
0 commit comments