aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-xmlrpc/gemspec.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/ruby-xmlrpc/gemspec.patch')
-rw-r--r--community/ruby-xmlrpc/gemspec.patch5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/ruby-xmlrpc/gemspec.patch b/community/ruby-xmlrpc/gemspec.patch
new file mode 100644
index 00000000000..c5b8aa98961
--- /dev/null
+++ b/community/ruby-xmlrpc/gemspec.patch
@@ -0,0 +1,5 @@
+--- a/xmlrpc.gemspec
++++ b/xmlrpc.gemspec
+@@ -17 +17 @@
+- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
++ spec.files = Dir["lib/**/*.rb"]