Skip to content

Commit

Permalink
www/ruby-faraday-net_http_persistent: update to 2.1.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
taca committed Jan 9, 2023
1 parent 4f85870 commit bc570f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions www/ruby-faraday-net_http_persistent/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# $NetBSD: Makefile,v 1.2 2021/08/30 15:29:19 taca Exp $
# $NetBSD: Makefile,v 1.3 2023/01/09 12:50:54 taca Exp $

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

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/lostisland/faraday-net_http_persistent
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

USE_LANGUAGES= # none

.include "../../lang/ruby/gem.mk"
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.4 2021/10/26 11:30:57 nia Exp $
$NetBSD: distinfo,v 1.5 2023/01/09 12:50:54 taca Exp $

BLAKE2s (faraday-net_http_persistent-1.2.0.gem) = 1501b3e831652bcc22d37848df2ea9295633d4474892888fee656b9e008017cc
SHA512 (faraday-net_http_persistent-1.2.0.gem) = c1b7877535d3b1fafda170ab780ce8d59f37b92fb3d749c8e52e7b0b804f8773b9d21ca581290b64e432c3d1148f299044aa8e42c93d42a222da02897f2f0d60
Size (faraday-net_http_persistent-1.2.0.gem) = 7680 bytes
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

0 comments on commit bc570f7

Please sign in to comment.