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 788a2da commit 7925b72Copy full SHA for 7925b72
html-pipeline.gemspec
@@ -11,8 +11,7 @@ Gem::Specification.new do |gem|
11
gem.summary = %q{Helpers for processing content through a chain of filters}
12
gem.homepage = "https://github.com/jch/html-pipeline"
13
14
- gem.files = `git ls-files`.split $/
15
- gem.test_files = gem.files.grep(%r{^test})
+ gem.files = `git ls-files -z`.split("\x0").reject { |f| f =~ %r(^(test|gemfiles|script)/) }
16
gem.require_paths = ["lib"]
17
18
gem.add_dependency "nokogiri", ">= 1.4"
0 commit comments