add license information to gemspec

this way you can get this info from the rubygems.org API
This commit is contained in:
Jordi Massaguer Pla 2013-01-28 13:53:29 +01:00
parent a106fb451b
commit 64fe56a9e1
1 changed files with 1 additions and 0 deletions

View File

@ -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")