summaryrefslogtreecommitdiff
path: root/coderay.gemspec
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-03-10 22:46:35 +0100
committerKornelius Kalnbach <murphy@rubychan.de>2013-03-10 22:46:35 +0100
commit34e823d709ce19a480dbd78e72e63ada0d3425fb (patch)
treeec9ae8d35543c2b9834479ab7229333495e28c1b /coderay.gemspec
parent0392439f9aaa5dde7734743ab5a88193257ec722 (diff)
parentfc16be24d48f8a729ac987149f98f19725943e0d (diff)
downloadcoderay-34e823d709ce19a480dbd78e72e63ada0d3425fb.tar.gz
Merge branch 'master' into lua-scanner
Diffstat (limited to 'coderay.gemspec')
-rw-r--r--coderay.gemspec4
1 files changed, 3 insertions, 1 deletions
diff --git a/coderay.gemspec b/coderay.gemspec
index e686035..328b94c 100644
--- a/coderay.gemspec
+++ b/coderay.gemspec
@@ -17,12 +17,14 @@ 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'
readme_file = 'README_INDEX.rdoc'
- s.files = `git ls-files -- lib/* test/functional/* Rakefile #{readme_file} LICENSE`.split("\n")
+ s.files = `git ls-files -- lib/* test/functional/* Rakefile #{readme_file} MIT-LICENSE`.split("\n")
s.test_files = `git ls-files -- test/functional/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
s.require_paths = ['lib']