We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2b7e1a + c2676e8 commit 71ecce2Copy full SHA for 71ecce2
http_parser.rb.gemspec
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
s.license = 'MIT'
10
11
s.homepage = "https://github.com/tmm1/http_parser.rb"
12
- s.files = `git ls-files`.split("\n") + Dir['ext/ruby_http_parser/vendor/**/*']
+ s.files = `git ls-files`.split("\n").grep_v(%r{spec/}) + Dir['ext/ruby_http_parser/vendor/**/*']
13
14
s.require_paths = ["lib"]
15
s.extensions = ["ext/ruby_http_parser/extconf.rb"]
0 commit comments