Skip to content

Commit

Permalink
www/ruby-faraday-net_http_persistent: update to 2.2.0
Browse files Browse the repository at this point in the history
2.2.0 (2024-09-16)

What's Changed

New Features

* Add a #close implementation, calling #shutdown on any cached_connection by
  @olleolleolle in #23
* Support verify_hostname SSL option by @stefanmb in #25

Others

* Adds Ruby 3.2 to the CI matrix by @petergoldstein in #16
* Fix linting on CI by @bquorning in #21
* CI: Add Ruby 3.3 by @olleolleolle in #20
* CI: use ruby/setup-ruby in the publish workflow by @olleolleolle in #22

New Contributors

* @petergoldstein made their first contribution in #16
* @bquorning made their first contribution in #21
* @stefanmb made their first contribution in #25
  • Loading branch information
taca committed Sep 22, 2024
1 parent d5c0e5e commit 08e3f2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions www/ruby-faraday-net_http_persistent/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2023/01/09 12:50:54 taca Exp $
# $NetBSD: Makefile,v 1.4 2024/09/22 08:15:50 taca Exp $

DISTNAME= faraday-net_http_persistent-2.1.0
DISTNAME= faraday-net_http_persistent-2.2.0
CATEGORIES= www

MAINTAINER= [email protected]
Expand All @@ -9,7 +9,7 @@ COMMENT= Faraday adapter for NetHttpPersistent
LICENSE= mit

DEPENDS+= ${RUBY_PKGPREFIX}-faraday>=2.5<3:../../www/ruby-faraday
DEPENDS+= ${RUBY_PKGPREFIX}-net-http-persistent>=4.0<5:../../www/ruby-net-http-persistent
DEPENDS+= ${RUBY_PKGPREFIX}-net-http-persistent>=4.0.4<5:../../www/ruby-net-http-persistent

USE_LANGUAGES= # none

Expand Down
8 changes: 4 additions & 4 deletions www/ruby-faraday-net_http_persistent/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2023/01/09 12:50:54 taca Exp $
$NetBSD: distinfo,v 1.6 2024/09/22 08:15:50 taca Exp $

BLAKE2s (faraday-net_http_persistent-2.1.0.gem) = 182bc0be52dd1a7dcf207f0979e40ced7f387bb3f3936f96f0f87d41b7ed6c70
SHA512 (faraday-net_http_persistent-2.1.0.gem) = 1d7a629f37b0b7ae124f1848eb063837fb6854432d402c8998d94ac9716e85836a9cebd65927a32b9db5b4e4459e6876e33f156b6f31b58723bd763fd7156079
Size (faraday-net_http_persistent-2.1.0.gem) = 8704 bytes
BLAKE2s (faraday-net_http_persistent-2.2.0.gem) = 75bcc326e592aa2014f1c2f87883c941b148fe436079b7d9bbc71d05e8803197
SHA512 (faraday-net_http_persistent-2.2.0.gem) = 20a883ddad8e48029a76f31036bf8b18e23222602f33778e097c8a2657cf0721cc5a83a82cbcbf1e0ed9ea3e45d13df52d25eac21668ee869473a9e8f6e65603
Size (faraday-net_http_persistent-2.2.0.gem) = 8704 bytes

0 comments on commit 08e3f2f

Please sign in to comment.