ruby-changes:62634
From: Hiroshi <ko1@a...>
Date: Tue, 18 Aug 2020 20:26:57 +0900 (JST)
Subject: [ruby-changes:62634] 0bb8bd7623 (master): Added the missing licenses field to some default gems
https://git.ruby-lang.org/ruby.git/commit/?id=0bb8bd7623 From 0bb8bd7623b59bcc9cccc623510775921b00e4b1 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Tue, 18 Aug 2020 20:15:20 +0900 Subject: Added the missing licenses field to some default gems diff --git a/lib/English.gemspec b/lib/English.gemspec index 5d5a378..d614f12 100644 --- a/lib/English.gemspec +++ b/lib/English.gemspec @@ -8,6 +8,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/English.gemspec#L8 spec.description = %q{Require 'English.rb' to reference global variables with less cryptic names.} spec.homepage = "https://github.com/ruby/English" spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0") + spec.licenses = ["Ruby", "BSD-2-Clause"] spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = spec.homepage diff --git a/lib/net/http/net-http.gemspec b/lib/net/http/net-http.gemspec index c6952c3..cf7b123 100644 --- a/lib/net/http/net-http.gemspec +++ b/lib/net/http/net-http.gemspec @@ -17,6 +17,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/net/http/net-http.gemspec#L17 spec.description = %q{HTTP client api for Ruby.} spec.homepage = "https://github.com/ruby/net-http" spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0") + spec.licenses = ["Ruby", "BSD-2-Clause"] spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = spec.homepage diff --git a/lib/net/net-ftp.gemspec b/lib/net/net-ftp.gemspec index e89ff8a..c93d389 100644 --- a/lib/net/net-ftp.gemspec +++ b/lib/net/net-ftp.gemspec @@ -17,6 +17,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/net/net-ftp.gemspec#L17 spec.description = %q{Support for the File Transfer Protocol.} spec.homepage = "https://github.com/ruby/net-ftp" spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0") + spec.licenses = ["Ruby", "BSD-2-Clause"] spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = spec.homepage diff --git a/lib/net/net-imap.gemspec b/lib/net/net-imap.gemspec index 7a4556e..7c15437 100644 --- a/lib/net/net-imap.gemspec +++ b/lib/net/net-imap.gemspec @@ -17,6 +17,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/net/net-imap.gemspec#L17 spec.description = %q{Ruby client api for Internet Message Access Protocol} spec.homepage = "https://github.com/ruby/net-imap" 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 diff --git a/lib/net/net-protocol.gemspec b/lib/net/net-protocol.gemspec index 9653ddd..41fb894 100644 --- a/lib/net/net-protocol.gemspec +++ b/lib/net/net-protocol.gemspec @@ -17,6 +17,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/net/net-protocol.gemspec#L17 spec.description = %q{The abstruct interface for net-* client.} spec.homepage = "https://github.com/ruby/net-protocol" spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0") + spec.licenses = ["Ruby", "BSD-2-Clause"] spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = spec.homepage diff --git a/lib/optparse/optparse.gemspec b/lib/optparse/optparse.gemspec index 3de0c07..afb9042 100644 --- a/lib/optparse/optparse.gemspec +++ b/lib/optparse/optparse.gemspec @@ -17,6 +17,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/optparse/optparse.gemspec#L17 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 diff --git a/lib/tempfile.gemspec b/lib/tempfile.gemspec index fc3b156..6405749 100644 --- a/lib/tempfile.gemspec +++ b/lib/tempfile.gemspec @@ -8,6 +8,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/tempfile.gemspec#L8 spec.description = %q{A utility class for managing temporary files.} spec.homepage = "https://github.com/ruby/tempfile" 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 diff --git a/lib/tmpdir.gemspec b/lib/tmpdir.gemspec index 4769afc..a9ab6d9 100644 --- a/lib/tmpdir.gemspec +++ b/lib/tmpdir.gemspec @@ -8,6 +8,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/tmpdir.gemspec#L8 spec.description = %q{Extends the Dir class to manage the OS temporary file path.} spec.homepage = "https://github.com/ruby/tmpdir" spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0") + spec.licenses = ["Ruby", "BSD-2-Clause"] spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = spec.homepage -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/