Skip to content

Commit 10a7cc6

Browse files
author
taca
committed
www/ruby-faraday-net_http_persistent: update to 2.1.0
2.0.0 (2022-01-04) What's Changed * Switch to Faraday 2.0, Ruby 2.6 min requirement and test against 3.1 * Prepare this adapter for Faraday 2.0 by @mattbrictson in #7 * CI: Drop Ruby 2.5, add Ruby 3.0 by @olleolleolle in #10 * chore: Move dev deps to Gemfile by @olleolleolle in #9 * fix: Depend on net-http-persistent 4.x in gemspec by @olleolleolle in #11 2.0.1 (2022-01-06) * Re-add support for Faraday v1 2.0.2 (2022-08-09) * Pin faraday-net_http version to '< 3' 2.1.0 (2022-08-11) * Remove dependency from faraday-net_http adapter. by @iMacTia in #15
1 parent 90283f7 commit 10a7cc6

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

www/ruby-faraday-net_http_persistent/Makefile

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
# $NetBSD: Makefile,v 1.2 2021/08/30 15:29:19 taca Exp $
1+
# $NetBSD: Makefile,v 1.3 2023/01/09 12:50:54 taca Exp $
22

3-
DISTNAME= faraday-net_http_persistent-1.2.0
3+
DISTNAME= faraday-net_http_persistent-2.1.0
44
CATEGORIES= www
55

66
MAINTAINER= [email protected]
77
HOMEPAGE= https://github.com/lostisland/faraday-net_http_persistent
88
COMMENT= Faraday adapter for NetHttpPersistent
99
LICENSE= mit
1010

11+
DEPENDS+= ${RUBY_PKGPREFIX}-faraday>=2.5<3:../../www/ruby-faraday
12+
DEPENDS+= ${RUBY_PKGPREFIX}-net-http-persistent>=4.0<5:../../www/ruby-net-http-persistent
13+
1114
USE_LANGUAGES= # none
1215

1316
.include "../../lang/ruby/gem.mk"
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.4 2021/10/26 11:30:57 nia Exp $
1+
$NetBSD: distinfo,v 1.5 2023/01/09 12:50:54 taca Exp $
22

3-
BLAKE2s (faraday-net_http_persistent-1.2.0.gem) = 1501b3e831652bcc22d37848df2ea9295633d4474892888fee656b9e008017cc
4-
SHA512 (faraday-net_http_persistent-1.2.0.gem) = c1b7877535d3b1fafda170ab780ce8d59f37b92fb3d749c8e52e7b0b804f8773b9d21ca581290b64e432c3d1148f299044aa8e42c93d42a222da02897f2f0d60
5-
Size (faraday-net_http_persistent-1.2.0.gem) = 7680 bytes
3+
BLAKE2s (faraday-net_http_persistent-2.1.0.gem) = 182bc0be52dd1a7dcf207f0979e40ced7f387bb3f3936f96f0f87d41b7ed6c70
4+
SHA512 (faraday-net_http_persistent-2.1.0.gem) = 1d7a629f37b0b7ae124f1848eb063837fb6854432d402c8998d94ac9716e85836a9cebd65927a32b9db5b4e4459e6876e33f156b6f31b58723bd763fd7156079
5+
Size (faraday-net_http_persistent-2.1.0.gem) = 8704 bytes

0 commit comments

Comments
 (0)