[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
This commit is contained in:
Maciej Mensfeld 2020-08-10 12:54:46 +02:00 committed by aycabta
parent ad24eaabfd
commit d1b06229fa
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
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']