summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2017-03-09 13:56:09 +0100
committerGitHub <noreply@github.com>2017-03-09 13:56:09 +0100
commit368a28e26944edb5e6a59356d50683400695ab65 (patch)
tree7a8bd080d0c7c21d18380825c5fa900851ca4b64
parentc2a952b89c6b78b96f54e1b0cc2b4abeeff80228 (diff)
parent06f6ec4702c47fb5b7d654c477461a532062d742 (diff)
downloadcoderay-368a28e26944edb5e6a59356d50683400695ab65.tar.gz
Merge pull request #207 from junaruga/feature/remove-tests-from-gem
Remote test files and Rakefile from gem distribution.
-rw-r--r--coderay.gemspec3
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']