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:           Sat Jun  8 16:16:37 UTC 2024

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

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

2.9.1 (2024-06-06)

What's Changed

New features

* Make dig method case-insensitive in Faraday::Utils::Headers by
  @vitali-semenyuk in #1557
* Add TooManyRequestsError (429) to error docs by @tijmenb in #1565

Bug Fixes

* Fix compatibility with Ruby 3.4.0-preview1 by @m-nakamura145 in #1560
* Support default json decoder even when nil responds to :load by @gtmax in
  #1563

Misc/Docs

* add bundler config to dependabot by @geemus in #1548
* Add RuboCop disables for Style/ArgumentsForwarding by @olleolleolle in
  #1550
* docs: update body param type for run_request by @G-Rath in #1545
* Remove unnecessary rubocop disable comments. by @iMacTia in #1551
* Update rack requirement from ~> 2.2 to ~> 3.0 by @dependabot in #1549
* Use Rubygems Trusted Publishers to publish. by @iMacTia in #1552
* Lint fix: get to green by @olleolleolle in #1558
* Fix Rubocop errors by @iMacTia in #1561

New Contributors

* @G-Rath made their first contribution in #1545
* @vitali-semenyuk made their first contribution in #1557
* @m-nakamura145 made their first contribution in #1560
* @gtmax made their first contribution in #1563


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/www/ruby-faraday/Makefile
cvs rdiff -u -r1.32 -r1.33 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.35 pkgsrc/www/ruby-faraday/Makefile:1.36
--- pkgsrc/www/ruby-faraday/Makefile:1.35       Sun Feb  4 06:51:49 2024
+++ pkgsrc/www/ruby-faraday/Makefile    Sat Jun  8 16:16:37 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2024/02/04 06:51:49 taca Exp $
+# $NetBSD: Makefile,v 1.36 2024/06/08 16:16:37 taca Exp $
 
-DISTNAME=      faraday-2.9.0
+DISTNAME=      faraday-2.9.1
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -9,7 +9,6 @@ COMMENT=        HTTP/REST API client library
 LICENSE=       mit
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-faraday-net_http>=2.0<3.2:../../www/ruby-faraday-net_http
-DEPENDS+=      ${RUBY_PKGPREFIX}-ruby2_keywords>=0.0.4:../../devel/ruby-ruby2_keywords
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/www/ruby-faraday/distinfo
diff -u pkgsrc/www/ruby-faraday/distinfo:1.32 pkgsrc/www/ruby-faraday/distinfo:1.33
--- pkgsrc/www/ruby-faraday/distinfo:1.32       Sun Feb  4 06:51:49 2024
+++ pkgsrc/www/ruby-faraday/distinfo    Sat Jun  8 16:16:37 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2024/02/04 06:51:49 taca Exp $
+$NetBSD: distinfo,v 1.33 2024/06/08 16:16:37 taca Exp $
 
-BLAKE2s (faraday-2.9.0.gem) = b3d77a6c98fc74bff964cce20cf135ae556bc44cb8c4b17712b84c08d596cc2a
-SHA512 (faraday-2.9.0.gem) = 91c241723bc1bfb904c53a2bffede427fd62fa53f94773819a40c2cc004437803eca0626c8ed6c5910195519c4d2f4182d8dabf35caeaa24c87f1b03f3e80ed5
-Size (faraday-2.9.0.gem) = 71168 bytes
+BLAKE2s (faraday-2.9.1.gem) = 40885c6b6ce6fcbe1159fae5b1d374d7ed86787e15c1ae8a4987d3891bdbf01f
+SHA512 (faraday-2.9.1.gem) = 7fc4d415a5a62508827a711a562cffb586ec5def3e79470dc46d950131f6059e386838154fe1cc642d6e844b713c47efa054272ce9e7a1588c7296e8a81b436a
+Size (faraday-2.9.1.gem) = 71680 bytes



Home | Main Index | Thread Index | Old Index