summaryrefslogtreecommitdiff
path: root/coderay.gemspec
diff options
context:
space:
mode:
authorJordi Massaguer Pla <jmassaguerpla@suse.de>2013-01-17 17:04:00 +0100
committerJordi Massaguer Pla <jmassaguerpla@suse.de>2013-01-17 17:04:00 +0100
commit746ca8a4518c67690d3a39267153aeea4e4da589 (patch)
tree889aa03544d4e2c1c513c7068dcd6f9e834db171 /coderay.gemspec
parentcab119c814b3470a7dd3e8079df0d95f9151da42 (diff)
downloadcoderay-746ca8a4518c67690d3a39267153aeea4e4da589.tar.gz
fix license file name into gemspec
Diffstat (limited to 'coderay.gemspec')
-rw-r--r--coderay.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/coderay.gemspec b/coderay.gemspec
index e686035..bebfd60 100644
--- a/coderay.gemspec
+++ b/coderay.gemspec
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
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']