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:           Thu Jan 19 14:10:37 UTC 2023

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

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

2.7.3 (2023-01-16)

What's Changed

Fixes:

* Fix Style/ZeroLengthPredicate by @olleolleolle in #1480
* Connection#build_exclusive_url: replace simple syntax by @hyuraku in #1481
* Add URL to to_hash in Faraday::Response (#1474) by @aaronstillwell in #1475

Misc:

* Clarify diff between connection settings timeout and open_timeout by
  @Yu-Chieh-Henry-Yang in #1470
* Adds Ruby 3.2 to the CI matrix. by @petergoldstein in #1471
* Fix typo in Adapters documentation by @henrialb in #1473
* docs: Update to 2023 by @frederikspang in #1477
* Update connection.rb documentation to use PUT in an example by @wlads in
  #1482

New Contributors

* @Yu-Chieh-Henry-Yang made their first contribution in #1470
* @henrialb made their first contribution in #1473
* @frederikspang made their first contribution in #1477
* @aaronstillwell made their first contribution in #1475
* @wlads made their first contribution in #1482


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/ruby-faraday/Makefile
cvs rdiff -u -r1.24 -r1.25 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.27 pkgsrc/www/ruby-faraday/Makefile:1.28
--- pkgsrc/www/ruby-faraday/Makefile:1.27       Mon Jan  9 08:45:48 2023
+++ pkgsrc/www/ruby-faraday/Makefile    Thu Jan 19 14:10:37 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2023/01/09 08:45:48 taca Exp $
+# $NetBSD: Makefile,v 1.28 2023/01/19 14:10:37 taca Exp $
 
-DISTNAME=      faraday-2.7.2
+DISTNAME=      faraday-2.7.3
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/ruby-faraday/distinfo
diff -u pkgsrc/www/ruby-faraday/distinfo:1.24 pkgsrc/www/ruby-faraday/distinfo:1.25
--- pkgsrc/www/ruby-faraday/distinfo:1.24       Mon Jan  9 08:45:48 2023
+++ pkgsrc/www/ruby-faraday/distinfo    Thu Jan 19 14:10:37 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2023/01/09 08:45:48 taca Exp $
+$NetBSD: distinfo,v 1.25 2023/01/19 14:10:37 taca Exp $
 
-BLAKE2s (faraday-2.7.2.gem) = 2be4b3d032d6962e1c7b7bac4ea2c165fbfca2155f1326b4db1be3ac5d9dbfd3
-SHA512 (faraday-2.7.2.gem) = 2a88ad37245ae5cec19f742db228166f103398bd7a67f1d3cf488257191a18ba808e58724ac36a7d76aeed03e3179b3e10f9cd5b3f75d8155e8c86d8a2f8e38d
-Size (faraday-2.7.2.gem) = 69120 bytes
+BLAKE2s (faraday-2.7.3.gem) = 35c74eb9ce0d435be650311f7680e39ca76669bfa7bac2245f9775a3be890e87
+SHA512 (faraday-2.7.3.gem) = d501b4cfb714e77b5a333d36a93b9d84c46e8e301f64104576824773fd2d7bd73dd88d692882db12c5b68640462b3f9525307abbbd908b50bd9fd4208fd2bc57
+Size (faraday-2.7.3.gem) = 69632 bytes



Home | Main Index | Thread Index | Old Index