1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 12:45:20 +03:00
aports/main/ruby-net-ftp/gemspec.patch
Jakub Jirutka deb1ebd978 main/ruby-net-ftp: new aport
This aport is needed for main/ruby 3.1.1.
2022-04-04 19:24:22 +02:00

8 lines
369 B
Diff

--- a/net-ftp.gemspec
+++ b/net-ftp.gemspec
@@ -26,4 +26 @@
- # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
- spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
- `git ls-files -z 2>/dev/null`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
- end
+ spec.files = Dir["lib/**/*.rb"]