pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ruby-faraday



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun May 28 01:46:04 UTC 2023

Modified Files:
        pkgsrc/www/ruby-faraday: Makefile distinfo

Log Message:
www/ruby-faraday: update to 2.7.5

2.7.5 (2023-05-24)

What's Changed

* Subclass Options structs using a block by @bdewater in #1489
* Remove direct struct subclassing by @bdewater in #1491
* Fix incorrect use of logger middleware in docs by @mattbrictson in #1497
* Always assume the existence of URI::Generic#find_proxy by @yykamei in
  #1502
* Encode false to "false" in Faraday::Request::Json by @yykamei in #1504
* ProxyOptions should treat empty string as nil by @exoego in #1493

New Contributors

* @mattbrictson made their first contribution in #1497
* @exoego made their first contribution in #1493


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/ruby-faraday/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/ruby-faraday/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ruby-faraday/Makefile
diff -u pkgsrc/www/ruby-faraday/Makefile:1.29 pkgsrc/www/ruby-faraday/Makefile:1.30
--- pkgsrc/www/ruby-faraday/Makefile:1.29       Sat Jan 21 14:10:08 2023
+++ pkgsrc/www/ruby-faraday/Makefile    Sun May 28 01:46:04 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2023/01/21 14:10:08 taca Exp $
+# $NetBSD: Makefile,v 1.30 2023/05/28 01:46:04 taca Exp $
 
-DISTNAME=      faraday-2.7.4
+DISTNAME=      faraday-2.7.5
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/ruby-faraday/distinfo
diff -u pkgsrc/www/ruby-faraday/distinfo:1.26 pkgsrc/www/ruby-faraday/distinfo:1.27
--- pkgsrc/www/ruby-faraday/distinfo:1.26       Sat Jan 21 14:10:08 2023
+++ pkgsrc/www/ruby-faraday/distinfo    Sun May 28 01:46:04 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2023/01/21 14:10:08 taca Exp $
+$NetBSD: distinfo,v 1.27 2023/05/28 01:46:04 taca Exp $
 
-BLAKE2s (faraday-2.7.4.gem) = a16098e8ccb847a5b9115d2eb3e789b51ed89bd990687be851a6e53f3c124f69
-SHA512 (faraday-2.7.4.gem) = 86df3d1ac6eb25cf97ae376bbfa645ae86292e88dae84567778f27e9fe724e0a3cec0dc2821859666009108a0162521ea7cfcf419cdbbf8da1d40355e930442e
-Size (faraday-2.7.4.gem) = 69632 bytes
+BLAKE2s (faraday-2.7.5.gem) = dd0b25ab34f6a795bf3d8cf692a1773d355b696d4c5e9b746761ba05ddbad1e2
+SHA512 (faraday-2.7.5.gem) = ec8774eb4a89904b43a0a21454138c306011677386270f15d95364c55e41660512686356fa346b78e34787c1d408a8c5db9cc8c13f34d26b57f34ec9e9c087c6
+Size (faraday-2.7.5.gem) = 69632 bytes



Home | Main Index | Thread Index | Old Index