Why are only `test/functional/*` files included in the gem file? coderay.gemspec > 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") Why `test/{executable,lib,unit}/*` are not included?