From 317fca5fb651f6510f514332bab7bc4ff83a6176 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 1 May 2017 04:16:25 +0200 Subject: dbshell-rails.gemspec: Use SPDX ID for license The RubyGems.org guide (http://guides.rubygems.org/specification-reference/#license=) specifies that the `license` field should use "the standard SPDX ID spdx.org/licenses/ for the license". --- dbshell-rails.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbshell-rails.gemspec b/dbshell-rails.gemspec index e87550f..15872ec 100644 --- a/dbshell-rails.gemspec +++ b/dbshell-rails.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |spec| automatically connects to the right database. EOF spec.homepage = '' - spec.license = 'LGPLv3+' + spec.license = 'LGPL-3.0+' spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } -- cgit v1.2.3