1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
aports/testing/ruby-http_parser.rb/gemspec.patch
2021-06-30 00:11:42 +00:00

11 lines
363 B
Diff

--- 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"]