Skip to content

Commit a3408c4

Browse files
author
taca
committed
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
1 parent ae60330 commit a3408c4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

www/ruby-faraday-retry/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.2 2023/01/09 12:57:32 taca Exp $
1+
# $NetBSD: Makefile,v 1.3 2023/03/05 14:29:25 taca Exp $
22

3-
DISTNAME= faraday-retry-2.0.0
3+
DISTNAME= faraday-retry-2.1.0
44
CATEGORIES= www
55

66
MAINTAINER= pkgsrc-users@NetBSD.org

www/ruby-faraday-retry/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.2 2023/01/09 12:57:32 taca Exp $
1+
$NetBSD: distinfo,v 1.3 2023/03/05 14:29:25 taca Exp $
22

3-
BLAKE2s (faraday-retry-2.0.0.gem) = 1afce251c46825bb24769a2f84627b29e18bb2732237106577e80344d2fc2ffd
4-
SHA512 (faraday-retry-2.0.0.gem) = 6f5f8135dbb80bcca66bbf1e800772e4f6705055c7e7e5b2ffe01d18177ccd8315dfa3480f516f4068c59edbe84200d497134b07481d94906d6835ca9b1884bd
5-
Size (faraday-retry-2.0.0.gem) = 10752 bytes
3+
BLAKE2s (faraday-retry-2.1.0.gem) = 0a3acbba485d4070952e312ee2045f89f4edd8ec1ed6e1a04af67b37306d8313
4+
SHA512 (faraday-retry-2.1.0.gem) = f3ec02046fdfe81e26f095dd9885a2163fae611e3595e16ee594a657180be15bcc12080f1edbdc8429b3b2098bd74421ce4a1f8ac7b4ff266daede575d9e7251
5+
Size (faraday-retry-2.1.0.gem) = 11264 bytes

0 commit comments

Comments
 (0)