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 da374ef commit 4067339Copy full SHA for 4067339
1 file changed
http.gemspec
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
29
extras = %w[CHANGELOG.md CONTRIBUTING.md LICENSE.txt README.md SECURITY.md UPGRADING.md] << File.basename(__FILE__)
30
31
ls.readlines("\x0", chomp: true).select do |f|
32
- f.start_with?("lib/", "test/") || extras.include?(f)
+ f.start_with?("lib/", "test/") || extras.include?(f) || f.eql?("sig/http.rbs")
33
end
34
35
0 commit comments