From eb0ab72f740db1cb85bd58e8eb0cf8b7bc4b6219 Mon Sep 17 00:00:00 2001 From: "Iztok Fister Jr." Date: Mon, 9 Sep 2024 14:18:23 +0200 Subject: [PATCH] main/ruby-net-imap: upgrade to 0.4.16 --- main/ruby-net-imap/APKBUILD | 6 +++--- main/ruby-net-imap/gemspec.patch | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/main/ruby-net-imap/APKBUILD b/main/ruby-net-imap/APKBUILD index ae7d348ae24..a2cc4f20fe9 100644 --- a/main/ruby-net-imap/APKBUILD +++ b/main/ruby-net-imap/APKBUILD @@ -4,7 +4,7 @@ pkgname=ruby-net-imap _gemname=net-imap # Keep version in sync with "Bundled gems" (https://stdgems.org) for the # packaged Ruby version. -pkgver=0.4.10 +pkgver=0.4.16 pkgrel=0 pkgdesc="Ruby client api for Internet Message Access Protocol" url="https://github.com/ruby/net-imap" @@ -59,6 +59,6 @@ doc() { } sha512sums=" -0f05588dc80cef7f121cbb40e2e9ddd6cd44e5ba96ca8451ea32339275d394f1233bc6a8bc30aa1de6852f49a469e0ee64a3821d08e12199e4af51fca4e79ccf net-imap-0.4.10.tar.gz -5ea3ff02e7faffc61400df54a7ebfbd7d2c034e135c0211355a0603b587405271a978db8876aaf4f2f06c0247fb55b1ad02b2ec85e536ce3df4480e9e89b69f9 gemspec.patch +de1a6afba0276f42b51c0f670a356ad22889f2058bb6183c3c9b2ef387c08b7a1e577668506d7ec3b103eb3ad6a945352483c8673147125572af468ad84d5202 net-imap-0.4.16.tar.gz +0e45fc58a667561a0ecf1db75013c9c33132073e945599d015e7f038684920cc49ae920133044c254a0b68dc25a290735c026ecafe1ffd301e9e436a3eda5d50 gemspec.patch " diff --git a/main/ruby-net-imap/gemspec.patch b/main/ruby-net-imap/gemspec.patch index d1b9ca2eeb8..d34602b651b 100644 --- a/main/ruby-net-imap/gemspec.patch +++ b/main/ruby-net-imap/gemspec.patch @@ -6,9 +6,9 @@ - # Specify which files should be added to the gem when it is released. - # 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 +- spec.files = Dir.chdir(__dir__) do - `git ls-files -z 2>/dev/null`.split("\x0") -- .reject {|f| f.match(%r{^(bin|test|spec|benchmarks|features|rfcs)/}) } +- .grep_v(%r{^(\.git(ignore)?|\.mailmap|(\.github|bin|test|spec|benchmarks|features|rfcs)/)}) - end + spec.files = Dir["lib/**/*.rb"] spec.bindir = "exe"