--- a/http_parser.rb.gemspec +++ b/http_parser.rb.gemspec @@ -9,7 +9,7 @@ s.license = 'MIT' s.homepage = "http://github.com/tmm1/http_parser.rb" - s.files = `git ls-files`.split("\n") + Dir['ext/ruby_http_parser/vendor/**/*'] + s.files = Dir["ext/*/*", "lib/**/*"] s.require_paths = ["lib"] s.extensions = ["ext/ruby_http_parser/extconf.rb"]