From 2b2e053b96f0e77b89a6e7f89ed8a4b41a13f505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20D=2E=20Batista?= Date: Thu, 29 Jan 2015 13:06:45 -0200 Subject: [PATCH] Added license information --- colored.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/colored.gemspec b/colored.gemspec index ac483a4..e181fdf 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 )