From ba6b93e18b7326da2cf293fcff429cc2d9670a80 Mon Sep 17 00:00:00 2001 From: Prem Sichanugrist Date: Fri, 1 Nov 2013 10:35:12 -0400 Subject: [PATCH] Set license as MIT in the gemspec Fixes #57 --- cocaine.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/cocaine.gemspec b/cocaine.gemspec index c6ecd3a..55bd26a 100644 --- a/cocaine.gemspec +++ b/cocaine.gemspec @@ -10,6 +10,7 @@ Gem::Specification.new do |s| s.homepage = "http://github.com/thoughtbot/cocaine" s.summary = "A small library for doing (command) lines" s.description = "A small library for doing (command) lines" + s.license = "MIT" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")