mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
12 lines
384 B
Diff
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
|