diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-02-12 23:20:50 -0800 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-02-12 23:20:50 -0800 |
commit | a9954c4b663caac4f5bc64ce78a96731b42e9383 (patch) | |
tree | 3c4d417da5ea0ef500194eaf0e70f5abb63990c2 | |
parent | 5e24da46e643ba3d40b3492c75901596b08e2731 (diff) | |
parent | e7ca33a69aefc44a0b100eeeaffc77f6376dbf5a (diff) | |
download | coderay-a9954c4b663caac4f5bc64ce78a96731b42e9383.tar.gz |
Merge pull request #112 from jgeiger/patch-1
Add License to gemspec
-rw-r--r-- | coderay.gemspec | 2 |
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' |