diff options
author | Teddy Wing | 2017-05-01 04:16:25 +0200 |
---|---|---|
committer | Teddy Wing | 2017-05-01 04:16:25 +0200 |
commit | 317fca5fb651f6510f514332bab7bc4ff83a6176 (patch) | |
tree | 1150bacf575c326bddb9492f1ddc4af838bf4456 | |
parent | ad3b6c7e69470a2b5bd68c7cafa170332b213b92 (diff) | |
download | dbshell-rails-317fca5fb651f6510f514332bab7bc4ff83a6176.tar.bz2 |
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".
-rw-r--r-- | dbshell-rails.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
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) } |