8000 Added the missing licenses field to some default gems · ruby/optparse@5a26cd0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5a26cd0

Browse files
committed
Added the missing licenses field to some default gems
1 parent 1dd974a commit 5a26cd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

optparse.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Gem::Specification.new do |spec|
1818
spec.homepage = "https://github.com/ruby/optparse"
1919
spec.license = ["Ruby", "BSD-2-Clause"]
2020
spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
21+
spec.licenses = ["Ruby", "BSD-2-Clause"]
2122

2223
spec.metadata["homepage_uri"] = spec.homepage
2324
spec.metadata["source_code_uri"] = spec.homepage

0 commit comments

Comments
 (0)
0