Skip to content

Commit

Permalink
Merge pull request #105 from mlinksva/dist-licenses
Browse files Browse the repository at this point in the history
include license texts in gem
  • Loading branch information
hsbt authored Nov 25, 2024
2 parents 377b43f + 1a64cb5 commit c71f34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c71f34a

Please sign in to comment.