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:
parent
a114869905
commit
0bb8bd7623
8 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue