From 2597dbcb6a979bcdaf3f7d03e1f05d692301e65c Mon Sep 17 00:00:00 2001 From: Konrad Weihmann Date: Sat, 13 Feb 2021 16:39:11 +0100 Subject: [PATCH] gemspec: make license SPDX compatible as can be used by compliance tools properly Signed-off-by: Konrad Weihmann --- httpclient.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpclient.gemspec b/httpclient.gemspec index 81c1be38..adcdf710 100644 --- a/httpclient.gemspec +++ b/httpclient.gemspec @@ -10,5 +10,5 @@ Gem::Specification.new { |s| s.summary = 'gives something like the functionality of libwww-perl (LWP) in Ruby' s.require_paths = ['lib'] s.files = Dir.glob('{bin,lib,sample,test}/**/*') + ['README.md'] - s.license = 'ruby' + s.license = 'Ruby' }