summaryrefslogtreecommitdiff
path: root/coderay.gemspec
diff options
context:
space:
mode:
authorJoey Geiger <jgeiger@gmail.com>2013-02-08 14:43:37 -0600
committerJoey Geiger <jgeiger@gmail.com>2013-02-08 14:43:37 -0600
commite7ca33a69aefc44a0b100eeeaffc77f6376dbf5a (patch)
tree3c4d417da5ea0ef500194eaf0e70f5abb63990c2 /coderay.gemspec
parent5e24da46e643ba3d40b3492c75901596b08e2731 (diff)
downloadcoderay-e7ca33a69aefc44a0b100eeeaffc77f6376dbf5a.tar.gz
Add License to gemspec
Diffstat (limited to 'coderay.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'