diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-01-20 11:10:45 -0800 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-01-20 11:10:45 -0800 |
commit | 5e24da46e643ba3d40b3492c75901596b08e2731 (patch) | |
tree | 889aa03544d4e2c1c513c7068dcd6f9e834db171 | |
parent | cab119c814b3470a7dd3e8079df0d95f9151da42 (diff) | |
parent | 746ca8a4518c67690d3a39267153aeea4e4da589 (diff) | |
download | coderay-5e24da46e643ba3d40b3492c75901596b08e2731.tar.gz |
Merge pull request #107 from jordimassaguerpla/master
fix license file name into gemspec
-rw-r--r-- | coderay.gemspec | 2 |
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'] |