From 6932996953fe7d80614b338a97c86f7425af5cf0 Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Pla Date: Sun, 27 Jan 2013 21:23:42 +0100 Subject: [PATCH] add license information to gemspec This way it can be queried using the rubygems.org API --- coderay.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/coderay.gemspec b/coderay.gemspec index e6860355..78c31255 100644 --- a/coderay.gemspec +++ b/coderay.gemspec @@ -30,4 +30,5 @@ Gem::Specification.new do |s| s.rubyforge_project = s.name s.rdoc_options = '-SNw2', "-m#{readme_file}", '-t CodeRay Documentation' s.extra_rdoc_files = readme_file + s.license = "MIT" end