diff options
author | Jun Aruga <happy@oh4u.net> | 2017-01-15 14:24:49 +0100 |
---|---|---|
committer | Jun Aruga <happy@oh4u.net> | 2017-01-15 14:26:15 +0100 |
commit | 06f6ec4702c47fb5b7d654c477461a532062d742 (patch) | |
tree | 7a8bd080d0c7c21d18380825c5fa900851ca4b64 /coderay.gemspec | |
parent | c2a952b89c6b78b96f54e1b0cc2b4abeeff80228 (diff) | |
download | coderay-06f6ec4702c47fb5b7d654c477461a532062d742.tar.gz |
Remote test files and Rakefile from gem distribution.
This fixes #205.
Diffstat (limited to 'coderay.gemspec')
-rw-r--r-- | coderay.gemspec | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/coderay.gemspec b/coderay.gemspec index 328b94c..50c195b 100644 --- a/coderay.gemspec +++ b/coderay.gemspec @@ -24,8 +24,7 @@ Gem::Specification.new do |s| readme_file = 'README_INDEX.rdoc' - 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.files = `git ls-files -- lib/* #{readme_file} MIT-LICENSE`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) } s.require_paths = ['lib'] |