We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e06bd commit 3aaea15Copy full SHA for 3aaea15
tmpdir.gemspec
@@ -8,6 +8,7 @@ Gem::Specification.new do |spec|
8
spec.description = %q{Extends the Dir class to manage the OS temporary file path.}
9
spec.homepage = "https://github.com/ruby/tmpdir"
10
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
11
+ spec.licenses = ["Ruby", "BSD-2-Clause"]
12
13
spec.metadata["homepage_uri"] = spec.homepage
14
spec.metadata["source_code_uri"] = spec.homepage
0 commit comments