Skip to content
Snippets Groups Projects
Unverified Commit 43f8672d authored by paz's avatar paz
Browse files

Fix license identifier

According to <https://spdx.org/licenses/>. `gem build` requires this
now.
parent d01564ad
Branches
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
# TODO: extend/replace expired cert
#s.signing_key = "#{ENV['HOME']}/.gem/schleuder-gem-private_key.pem"
#s.cert_chain = ['gem-public_cert.pem']
s.license = 'GPL-3.0'
s.license = 'GPL-3.0-only'
s.add_runtime_dependency 'thor', '~> 1'
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.3.0")
s.add_runtime_dependency 'base64', '~> 0.2.0'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment