Sun Feb 4 06:51:50 2024 UTC (113d)
www/ruby-faraday: update to 2.9.0

2.8.0 (2023-12-20)

What's Changed

New features

* Configurable JSON encoders and decoders by @ne006 in #1539

Misc/Docs

* Update testing.md by @geemus in #1535
* Lint by @olleolleolle in #1536
* CI: tell dependabot to update GH Actions by @olleolleolle in #1537
* Bump actions/checkout from 3 to 4 by @dependabot in #1538

New Contributors

* @geemus made their first contribution in #1535
* @dependabot made their first contribution in #1538
* @ne006 made their first contribution in #1539

2.8.1 (2023-12-21)

What's Changed

* Fix: Add back support for Hash#pretty_inspect by @olleolleolle in #1540

2.9.0 (2024-01-09)

What's Changed

NOTE: This release removes support for Ruby 2.6 and 2.7, making Ruby 3.0 the
minimum version.

* Remove runtime dependency on base64 by @Earlopain in #1541
* Make Ruby 3.0 the min version by @iMacTia in #1544
* Bump faraday-net_http version to allow 3.1 by @iMacTia in #1546

New Contributors

* @Earlopain made their first contribution in #1541


(taca)
diff -r1.34 -r1.35 pkgsrc/www/ruby-faraday/Makefile
diff -r1.31 -r1.32 pkgsrc/www/ruby-faraday/distinfo

cvs diff -r1.34 -r1.35 pkgsrc/www/ruby-faraday/Makefile (expand / switch to unified diff)

--- pkgsrc/www/ruby-faraday/Makefile 2023/12/17 16:21:26 1.34
+++ pkgsrc/www/ruby-faraday/Makefile 2024/02/04 06:51:49 1.35
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.34 2023/12/17 16:21:26 taca Exp $ 1# $NetBSD: Makefile,v 1.35 2024/02/04 06:51:49 taca Exp $
2 2
3DISTNAME= faraday-2.7.12 3DISTNAME= faraday-2.9.0
4CATEGORIES= www 4CATEGORIES= www
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/lostisland/faraday 7HOMEPAGE= https://github.com/lostisland/faraday
8COMMENT= HTTP/REST API client library 8COMMENT= HTTP/REST API client library
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-faraday-net_http>=2.0<3.1:../../www/ruby-faraday-net_http 11DEPENDS+= ${RUBY_PKGPREFIX}-faraday-net_http>=2.0<3.2:../../www/ruby-faraday-net_http
12DEPENDS+= ${RUBY_PKGPREFIX}-ruby2_keywords>=0.0.4:../../devel/ruby-ruby2_keywords 12DEPENDS+= ${RUBY_PKGPREFIX}-ruby2_keywords>=0.0.4:../../devel/ruby-ruby2_keywords
13 13
14USE_LANGUAGES= # none 14USE_LANGUAGES= # none
15 15
16.include "../../lang/ruby/gem.mk" 16.include "../../lang/ruby/gem.mk"
17.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.31 -r1.32 pkgsrc/www/ruby-faraday/distinfo (expand / switch to unified diff)

--- pkgsrc/www/ruby-faraday/distinfo 2023/12/17 16:21:26 1.31
+++ pkgsrc/www/ruby-faraday/distinfo 2024/02/04 06:51:49 1.32
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.31 2023/12/17 16:21:26 taca Exp $ 1$NetBSD: distinfo,v 1.32 2024/02/04 06:51:49 taca Exp $
2 2
3BLAKE2s (faraday-2.7.12.gem) = 2f18bdc6fc280e67c7b1ea28d237579f0908a6bb00c9ff44f4c9b3b77761187d 3BLAKE2s (faraday-2.9.0.gem) = b3d77a6c98fc74bff964cce20cf135ae556bc44cb8c4b17712b84c08d596cc2a
4SHA512 (faraday-2.7.12.gem) = d29520de6cfb5f470f50653b51316a775192e3d8d18089877b4b430d6332334dd9e531f6bb7027606facef7334380060110cfd6628239affe4228f9607773643 4SHA512 (faraday-2.9.0.gem) = 91c241723bc1bfb904c53a2bffede427fd62fa53f94773819a40c2cc004437803eca0626c8ed6c5910195519c4d2f4182d8dabf35caeaa24c87f1b03f3e80ed5
5Size (faraday-2.7.12.gem) = 70656 bytes 5Size (faraday-2.9.0.gem) = 71168 bytes