зеркало из https://github.com/github/ruby.git
[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:
Родитель
ad24eaabfd
Коммит
d1b06229fa
|
@ -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']
|
||||
|
|
Загрузка…
Ссылка в новой задаче