main/ruby-net-ftp: upgrade to 0.2.0

This commit is contained in:
Jakub Jirutka 2023-04-22 00:02:32 +02:00
parent c642290e36
commit 2f17690bbc
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ pkgname=ruby-net-ftp
_gemname=net-ftp
# Keep version in sync with "Bundled gems" (https://stdgems.org) for the
# packaged Ruby version.
pkgver=0.1.3
pkgver=0.2.0
pkgrel=0
pkgdesc="Support for the File Transfer Protocol"
url="https://github.com/ruby/net-ftp"
@ -55,6 +55,6 @@ doc() {
}
sha512sums="
73159513947e1574d15b4d73c87c6b7506e1ee8defc01fd5dfbd4dc7e9f4aa9e8a2a62ae397b3471d0276707d806c6f3252540e60d9b224d30a8cc23fe60b4d3 net-ftp-0.1.3.tar.gz
0ea5e32697eed985a45ee0b6da44013a226e4abd4a8b053ac4e7cacabe72e93b0bde54f2aec87d026b47a06301e06d301bad1347ce1746c5c1526959f624ea69 gemspec.patch
a6b2f30bde4c39568690db7f57e917e0fab046d456acfe68eb22a0ee81ad71b4be4a6c7752dc556bb2481f3e0fe5fc81193e194e2b5056087abce633e0d2f7e9 net-ftp-0.2.0.tar.gz
67384f6752b6446bf59197a0e95769f3e2ddbfdc019bee183154af9923adb805893206e7d03bd1d206718b154e649778b90338c69dc8f1c0a6b434eb0029e0a2 gemspec.patch
"

View File

@ -3,6 +3,6 @@
@@ -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)/}) }
- `git ls-files -z 2>/dev/null`.split("\x0").reject { |f| f.match(%r{^(bin|test|spec|features)/}) }
- end
+ spec.files = Dir["lib/**/*.rb"]