mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
11 lines
363 B
Diff
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"]
|