From e7ca33a69aefc44a0b100eeeaffc77f6376dbf5a Mon Sep 17 00:00:00 2001 From: Joey Geiger Date: Fri, 8 Feb 2013 14:43:37 -0600 Subject: [PATCH] Add License to gemspec --- coderay.gemspec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/coderay.gemspec b/coderay.gemspec index bebfd606..328b94c1 100644 --- a/coderay.gemspec +++ b/coderay.gemspec @@ -17,6 +17,8 @@ Gem::Specification.new do |s| s.summary = 'Fast syntax highlighting for selected languages.' s.description = 'Fast and easy syntax highlighting for selected languages, written in Ruby. Comes with RedCloth integration and LOC counter.' + s.license = 'MIT' + s.platform = Gem::Platform::RUBY s.required_ruby_version = '>= 1.8.6'