summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonrad Weihmann <kweihmann@outlook.com>2021-02-13 14:39:57 +0100
committerKonrad Weihmann <kweihmann@outlook.com>2021-02-13 14:39:57 +0100
commit9204ed1add968659b64fe9ff712b3e86fa549f47 (patch)
treed97fde61a46c271dda632d03ee8116983e4950f2
parent572618fb625a85444c26ee51883bce0febe82587 (diff)
downloadmixlib-shellout-9204ed1add968659b64fe9ff712b3e86fa549f47.tar.gz
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 <kweihmann@outlook.com>
-rw-r--r--mixlib-shellout.gemspec1
1 files changed, 1 insertions, 0 deletions
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"