Skip to content

Commit

Permalink
www/ruby-faraday-retry: update to 2.1.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
taca committed Mar 5, 2023
1 parent ae60330 commit a3408c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions www/ruby-faraday-retry/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions www/ruby-faraday-retry/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a3408c4

Please sign in to comment.