pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-excon



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Nov  6 15:02:13 UTC 2024

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

Log Message:
www/ruby-excon: update to 1.1.1

1.0.0 (2024-10-24)

* drop default ports by default
* deprecate omit_default_port and add include_default_port option
* remove most client errors from defaults to retry with idempotent
* add decompress middleware to default middlewares

1.1.0 (2024-10-29)

* handle empty content-encoding header in decompress middleware
* use casecmp? instead of casecmp().zero? for ease of reading/usage
* allow connections to be instantiated without parameters

1.1.1 (2024-10-30)

* just split query params for stubs and stub matching, avoid escape/unescape


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/ruby-excon/Makefile \
    pkgsrc/www/ruby-excon/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-excon/Makefile
diff -u pkgsrc/www/ruby-excon/Makefile:1.12 pkgsrc/www/ruby-excon/Makefile:1.13
--- pkgsrc/www/ruby-excon/Makefile:1.12 Mon Oct 21 14:48:12 2024
+++ pkgsrc/www/ruby-excon/Makefile      Wed Nov  6 15:02:13 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2024/10/21 14:48:12 taca Exp $
+# $NetBSD: Makefile,v 1.13 2024/11/06 15:02:13 taca Exp $
 
-DISTNAME=      excon-0.112.0
+DISTNAME=      excon-1.1.1
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/www/ruby-excon/distinfo
diff -u pkgsrc/www/ruby-excon/distinfo:1.12 pkgsrc/www/ruby-excon/distinfo:1.13
--- pkgsrc/www/ruby-excon/distinfo:1.12 Mon Oct 21 14:48:12 2024
+++ pkgsrc/www/ruby-excon/distinfo      Wed Nov  6 15:02:13 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2024/10/21 14:48:12 taca Exp $
+$NetBSD: distinfo,v 1.13 2024/11/06 15:02:13 taca Exp $
 
-BLAKE2s (excon-0.112.0.gem) = 04eda9c7ed45d57fc2deb5fd30aab0673548de325b141a523ef79a3e631e0900
-SHA512 (excon-0.112.0.gem) = 56e606d6bcbbf4353d7e4d77ee5829d2068c1d74cc2903f279d637611ab745d2fdab766015ab628e7212efa83c8ec36becb22dbfb3a94353b631a4f112c7eb16
-Size (excon-0.112.0.gem) = 176640 bytes
+BLAKE2s (excon-1.1.1.gem) = f65b6f1fba9bc37f38560132100d3435102dec824bd0f81930c4060276fec949
+SHA512 (excon-1.1.1.gem) = 97a7c38dab875be02fe434644e6eb2a51c90a98310d7c231b111b9c0ada0a2277b51411439936da6e74ebb6f8547aa13624dec338e5a6d73d5a9f8e28b7e8065
+Size (excon-1.1.1.gem) = 176640 bytes



Home | Main Index | Thread Index | Old Index