aports/community/ruby-httparty/gemspec.patch
2024-08-15 15:34:14 +00:00

12 lines
384 B
Diff

--- a/httparty.gemspec
+++ b/httparty.gemspec
@@ -22,7 +22,7 @@
# If this line is removed, all hard partying will cease.
s.post_install_message = "When you HTTParty, you must party hard!"
- all_files = `git ls-files`.split("\n")
+ all_files = Dir["lib/**/*"]
test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.files = all_files - test_files