Skip to content

Commit

Permalink
Merge pull request #161 from mensfeld/patch-1
Browse files Browse the repository at this point in the history
Use the standard SPDX ID for license in gemspec
  • Loading branch information
hsbt authored Aug 10, 2020
2 parents 4d334d9 + 8468a72 commit 01bb7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reline.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 01bb7fd

Please sign in to comment.