We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8e602 commit 0ec742cCopy full SHA for 0ec742c
1 file changed
http-form_data.gemspec
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
29
extras = %w[CHANGELOG.md LICENSE.txt README.md] << File.basename(__FILE__)
30
31
ls.readlines("\x0", chomp: true).select do |f|
32
- f.start_with?("lib/", "sig/") || extras.include?(f)
+ f.start_with?("lib/", "sig/http/") || extras.include?(f)
33
end
34
35
0 commit comments