[ruby/logger] include license texts in gem

https://github.com/ruby/logger/commit/1a64cb552f
This commit is contained in:
Mike Linksvayer 2024-11-25 12:25:42 -08:00 committed by git
parent 544d684412
commit 7be0d50514

View File

@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/ruby/logger"
spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.files = Dir.glob("lib/**/*.rb") + ["logger.gemspec"]
spec.files = Dir.glob("lib/**/*.rb") + ["logger.gemspec", "BSDL", "COPYING"]
spec.require_paths = ["lib"]
spec.required_ruby_version = ">= 2.5.0"