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 8477ce0 commit 6025cd4Copy full SHA for 6025cd4
hoc.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
16
s.authors = ['Yegor Bugayenko']
17
s.email = 'yegor256@gmail.com'
18
s.homepage = 'https://github.com/teamed/hoc'
19
- s.files = `git ls-files`.split($RS)
+ s.files = `git ls-files | grep -v -E '^(test/|\\.|renovate)'`.split($RS)
20
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
21
s.rdoc_options = ['--charset=UTF-8']
22
s.extra_rdoc_files = %w[README.md LICENSE.txt]
0 commit comments