8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a952b commit 06f6ec4Copy full SHA for 06f6ec4
coderay.gemspec
@@ -24,8 +24,7 @@ Gem::Specification.new do |s|
24
25
readme_file = 'README_INDEX.rdoc'
26
27
- s.files = `git ls-files -- lib/* test/functional/* Rakefile #{readme_file} MIT-LICENSE`.split("\n")
28
- s.test_files = `git ls-files -- test/functional/*`.split("\n")
+ s.files = `git ls-files -- lib/* #{readme_file} MIT-LICENSE`.split("\n")
29
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
30
s.require_paths = ['lib']
31
0 commit comments