1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Added the missing licenses field to some default gems

This commit is contained in:
Hiroshi SHIBATA 2020-08-18 20:15:20 +09:00
parent a114869905
commit 0bb8bd7623
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
8 changed files with 8 additions and 0 deletions

View file

@ -17,6 +17,7 @@ Gem::Specification.new do |spec|
spec.description = %q{OptionParser is a class for command-line option analysis.}
spec.homepage = "https://github.com/ruby/optparse"
spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage