From a3408c48c381d3fc7ead6fc4b90cf852bf6b33fe Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 5 Mar 2023 14:29:25 +0000 Subject: [PATCH] www/ruby-faraday-retry: update to 2.1.0 2.1.0 (2023-03-03) What's Changed * Add support for custom RateLimit headers. by @brookemckim in #13 * Fixes retry_block example in README. by @justinlittman in #12 * README: update link to the RateLimit RFC by @olleolleolle in #14 * docs: update link to RFC by @olleolleolle in #15 * Rubocop linting by @olleolleolle in #16 * style: disable Metrics/ClassLength by @olleolleolle in #17 * Adds Ruby 3.2 to the CI matrix by @petergoldstein in #18 * Typo fix :) by @adifsgaid in #19 * Introduce issue templates by @iMacTia in #22 New Contributors * @justinlittman made their first contribution in #12 * @brookemckim made their first contribution in #13 * @petergoldstein made their first contribution in #18 * @adifsgaid made their first contribution in #19 --- www/ruby-faraday-retry/Makefile | 4 ++-- www/ruby-faraday-retry/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/ruby-faraday-retry/Makefile b/www/ruby-faraday-retry/Makefile index 64879d178017..7ac07ebd6f0d 100644 --- a/www/ruby-faraday-retry/Makefile +++ b/www/ruby-faraday-retry/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2023/01/09 12:57:32 taca Exp $ +# $NetBSD: Makefile,v 1.3 2023/03/05 14:29:25 taca Exp $ -DISTNAME= faraday-retry-2.0.0 +DISTNAME= faraday-retry-2.1.0 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/www/ruby-faraday-retry/distinfo b/www/ruby-faraday-retry/distinfo index 30d9e44b71e9..37bf4bded171 100644 --- a/www/ruby-faraday-retry/distinfo +++ b/www/ruby-faraday-retry/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2023/01/09 12:57:32 taca Exp $ +$NetBSD: distinfo,v 1.3 2023/03/05 14:29:25 taca Exp $ -BLAKE2s (faraday-retry-2.0.0.gem) = 1afce251c46825bb24769a2f84627b29e18bb2732237106577e80344d2fc2ffd -SHA512 (faraday-retry-2.0.0.gem) = 6f5f8135dbb80bcca66bbf1e800772e4f6705055c7e7e5b2ffe01d18177ccd8315dfa3480f516f4068c59edbe84200d497134b07481d94906d6835ca9b1884bd -Size (faraday-retry-2.0.0.gem) = 10752 bytes +BLAKE2s (faraday-retry-2.1.0.gem) = 0a3acbba485d4070952e312ee2045f89f4edd8ec1ed6e1a04af67b37306d8313 +SHA512 (faraday-retry-2.1.0.gem) = f3ec02046fdfe81e26f095dd9885a2163fae611e3595e16ee594a657180be15bcc12080f1edbdc8429b3b2098bd74421ce4a1f8ac7b4ff266daede575d9e7251 +Size (faraday-retry-2.1.0.gem) = 11264 bytes