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 38de3d1 commit 2767df5Copy full SHA for 2767df5
net-http.gemspec
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
30
# Specify which files should be added to the gem when it is released.
31
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
32
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
33
- `git ls-files -z 2>/dev/null`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
+ `git ls-files -z 2>/dev/null`.split("\x0").reject { |f| f.match(%r{\A(?:(?:test|spec|features)/|\.git)}) }
34
end
35
spec.bindir = "exe"
36
spec.require_paths = ["lib"]
0 commit comments