Skip to content

Commit 8468a72

Browse files
authored
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
1 parent 4d334d9 commit 8468a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reline.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212
spec.summary = %q{Alternative GNU Readline or Editline implementation by pure Ruby.}
1313
spec.description = %q{Alternative GNU Readline or Editline implementation by pure Ruby.}
1414
spec.homepage = 'https://github.com/ruby/reline'
15-
spec.license = 'Ruby License'
15+
spec.license = 'Ruby'
1616

1717
spec.files = Dir['BSDL', 'COPYING', 'README.md', 'lib/**/*']
1818
spec.require_paths = ['lib']

0 commit comments

Comments
 (0)