Skip to content

Commit 0ec742c

Browse files
committed
Restrict gemspec sig path to sig/http/ to exclude unrelated type signatures
1 parent db8e602 commit 0ec742c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

http-form_data.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
2929
extras = %w[CHANGELOG.md LICENSE.txt README.md] << File.basename(__FILE__)
3030

3131
ls.readlines("\x0", chomp: true).select do |f|
32-
f.start_with?("lib/", "sig/") || extras.include?(f)
32+
f.start_with?("lib/", "sig/http/") || extras.include?(f)
3333
end
3434
end
3535

0 commit comments

Comments
 (0)