From cd6922602b6a1b58db036866056da8381f116e07 Mon Sep 17 00:00:00 2001 From: Robert Reiz Date: Tue, 11 May 2021 10:46:40 +0200 Subject: [PATCH] Add license information to the gemspec. Tools like VersionEye are using this for license compliance analysis. --- colored.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/colored.gemspec b/colored.gemspec index ac483a4..3ece602 100644 --- a/colored.gemspec +++ b/colored.gemspec @@ -6,6 +6,7 @@ Gem::Specification.new do |s| s.homepage = "http://github.com/defunkt/colored" s.email = "chris@ozmm.org" s.authors = ["Chris Wanstrath"] + s.license = "MIT" s.has_rdoc = false s.require_path = "lib" s.files = %w( README Rakefile LICENSE )