Skip to content

Commit 3aaea15

Browse files
committed
Added the missing licenses field to some default gems
1 parent a3e06bd commit 3aaea15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tmpdir.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Gem::Specification.new do |spec|
88
spec.description = %q{Extends the Dir class to manage the OS temporary file path.}
99
spec.homepage = "https://github.com/ruby/tmpdir"
1010
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
11+
spec.licenses = ["Ruby", "BSD-2-Clause"]
1112

1213
spec.metadata["homepage_uri"] = spec.homepage
1314
spec.metadata["source_code_uri"] = spec.homepage

0 commit comments

Comments
 (0)