From 64fe56a9e1b22e8158474375b479e2413e1d686a Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Pla Date: Mon, 28 Jan 2013 13:53:29 +0100 Subject: [PATCH] add license information to gemspec this way you can get this info from the rubygems.org API --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index dfb85dab..592ea742 100644 --- a/Rakefile +++ b/Rakefile @@ -49,6 +49,7 @@ task :gem do s.authors = ['Jeremy Ashkenas'] s.email = 'jashkenas@gmail.com' s.rubyforge_project = 'coffee-script-source' + s.license = "MIT" end file = File.open("coffee-script-source.gem", "w")