From 9204ed1add968659b64fe9ff712b3e86fa549f47 Mon Sep 17 00:00:00 2001 From: Konrad Weihmann Date: Sat, 13 Feb 2021 14:39:57 +0100 Subject: gemspec: add license metadata so the data is visible on e.g. rubygems.org and can be used by compliance tooling Signed-off-by: Konrad Weihmann --- mixlib-shellout.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/mixlib-shellout.gemspec b/mixlib-shellout.gemspec index dbb4c3d..d05ecf1 100644 --- a/mixlib-shellout.gemspec +++ b/mixlib-shellout.gemspec @@ -10,6 +10,7 @@ Gem::Specification.new do |s| s.author = "Chef Software Inc." s.email = "info@chef.io" s.homepage = "https://github.com/chef/mixlib-shellout" + s.license = "Apache-2.0" s.required_ruby_version = ">= 2.4" -- cgit v1.2.1