Skip to content

Commit

Permalink
www/ruby-faraday-retry: update to 2.0.0
Browse files Browse the repository at this point in the history
2.0.0 (2022-06-15)

What's Changed

* Retry block change by @jrochkind in #3
* Add support for the RateLimit-Reset header by @maxprokopiev in #9
* CI: Use new GitHub Action checkout@v3, and drop unused files by
  @olleolleolle in #10
  • Loading branch information
taca committed Jan 9, 2023
1 parent 19b1ef1 commit 8e92211
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions www/ruby-faraday-retry/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# $NetBSD: Makefile,v 1.1 2023/01/07 15:25:34 taca Exp $
# $NetBSD: Makefile,v 1.2 2023/01/09 12:57:32 taca Exp $

DISTNAME= faraday-retry-1.0.3
DISTNAME= faraday-retry-2.0.0
CATEGORIES= www

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/lostisland/faraday-retry
COMMENT= Catches exceptions and retries each request a limited times
LICENSE= mit

DEPENDS+= ${RUBY_PKGPREFIX}-faraday>=2.0<3:../../www/ruby-faraday

USE_LANGUAGES= # none

.include "../../lang/ruby/gem.mk"
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.1 2023/01/07 15:25:34 taca Exp $
$NetBSD: distinfo,v 1.2 2023/01/09 12:57:32 taca Exp $

BLAKE2s (faraday-retry-1.0.3.gem) = 8603686f2329f6df1bdd96f2e12154de7204b152f0f2858af43ea6c93c0d7b2e
SHA512 (faraday-retry-1.0.3.gem) = c5a5f4cf5f605c5c91da8bee276c07c1dc132bbfa5e8b8d3b6670921799a8abfe39c0fbff761f6ef35b7f26f6a86b8fa8d35119998a75ee3134fbe7349b4e258
Size (faraday-retry-1.0.3.gem) = 10240 bytes
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

0 comments on commit 8e92211

Please sign in to comment.