summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMaciej Mensfeld <maciej@mensfeld.pl>2020-08-10 12:54:46 +0200
committeraycabta <aycabta@gmail.com>2020-08-18 19:09:43 +0900
commitd1b06229fab604515a29bd03eea0ac0c960a1ccf (patch)
tree46d272c94344903194d9968bd8650c27f3483be5 /lib
parentad24eaabfda6e6892f81c962ee3d75dcc58a8f95 (diff)
[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
Diffstat (limited to 'lib')
-rw-r--r--lib/reline/reline.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reline/reline.gemspec b/lib/reline/reline.gemspec
index 3ced4b8488..1962f61def 100644
--- a/lib/reline/reline.gemspec
+++ b/lib/reline/reline.gemspec
@@ -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']