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 b28b653 commit d841aa7Copy full SHA for d841aa7
xembly.gemspec
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
19
s.authors = ['Yegor Bugayenko']
20
s.email = '[email protected]'
21
s.homepage = 'https://github.com/yegor256/xembly.rb'
22
- s.files = `git ls-files`.split($RS)
+ s.files = `git ls-files | grep -v -E '^(test/|\\.|renovate)'`.split($RS)
23
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
24
s.rdoc_options = ['--charset=UTF-8']
25
s.extra_rdoc_files = ['README.md', 'LICENSE.txt']
0 commit comments