ruby-changes:62629
From: Maciej <ko1@a...>
Date: Tue, 18 Aug 2020 19:16:14 +0900 (JST)
Subject: [ruby-changes:62629] d1b06229fa (master): [ruby/reline] Use the standard SPDX ID for license in gemspec
https://git.ruby-lang.org/ruby.git/commit/?id=d1b06229fa From d1b06229fab604515a29bd03eea0ac0c960a1ccf Mon Sep 17 00:00:00 2001 From: Maciej Mensfeld <maciej@m...> Date: Mon, 10 Aug 2020 12:54:46 +0200 Subject: [ruby/reline] Use the standard SPDX ID for license in gemspec It is better to use SPDX ID for license field: https://guides.rubygems.org/specification-reference/#license= ref: https://spdx.org/licenses/Ruby.html https://github.com/ruby/reline/commit/8468a727e5 diff --git a/lib/reline/reline.gemspec b/lib/reline/reline.gemspec index 3ced4b8..1962f61 100644 --- a/lib/reline/reline.gemspec +++ b/lib/reline/reline.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/reline/reline.gemspec#L12 spec.summary = %q{Alternative GNU Readline or Editline implementation by pure Ruby.} spec.description = %q{Alternative GNU Readline or Editline implementation by pure Ruby.} spec.homepage = 'https://github.com/ruby/reline' - spec.license = 'Ruby License' + spec.license = 'Ruby' spec.files = Dir['BSDL', 'COPYING', 'README.md', 'lib/**/*'] spec.require_paths = ['lib'] -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/