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 caa9821 commit b2d9efbCopy full SHA for b2d9efb
open-uri.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
spec.metadata["source_code_uri"] = spec.homepage
15
16
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
17
- `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A((bin|test|spec|features)/|\.git|[Rr]ake|Gemfile)|\.gemspec\z}) }
18
end
19
spec.executables = []
20
spec.require_paths = ["lib"]
0 commit comments