summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-02-12 23:20:50 -0800
committerKornelius Kalnbach <murphy@rubychan.de>2013-02-12 23:20:50 -0800
commita9954c4b663caac4f5bc64ce78a96731b42e9383 (patch)
tree3c4d417da5ea0ef500194eaf0e70f5abb63990c2
parent5e24da46e643ba3d40b3492c75901596b08e2731 (diff)
parente7ca33a69aefc44a0b100eeeaffc77f6376dbf5a (diff)
downloadcoderay-a9954c4b663caac4f5bc64ce78a96731b42e9383.tar.gz
Merge pull request #112 from jgeiger/patch-1
Add License to gemspec
-rw-r--r--coderay.gemspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/coderay.gemspec b/coderay.gemspec
index bebfd60..328b94c 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'