aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-http_parser.rb/gemspec.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/ruby-http_parser.rb/gemspec.patch')
-rw-r--r--community/ruby-http_parser.rb/gemspec.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/ruby-http_parser.rb/gemspec.patch b/community/ruby-http_parser.rb/gemspec.patch
new file mode 100644
index 00000000000..11d63288037
--- /dev/null
+++ b/community/ruby-http_parser.rb/gemspec.patch
@@ -0,0 +1,11 @@
+--- a/http_parser.rb.gemspec
++++ b/http_parser.rb.gemspec
+@@ -9,7 +9,7 @@
+ s.license = 'MIT'
+
+ s.homepage = "https://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"]