git: 014cff58be51 - 2022Q2 - www/rubygem-httparty: update to 0.20.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Apr 2022 16:39:07 UTC
The branch 2022Q2 has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=014cff58be513620e72fba52bdd2cf0eedb5d0ac
commit 014cff58be513620e72fba52bdd2cf0eedb5d0ac
Author: Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2022-04-21 16:13:09 +0000
Commit: Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2022-04-22 16:38:25 +0000
www/rubygem-httparty: update to 0.20.0
Required for gitlab-ce 14.10
Changelog:
https://github.com/jnunemaker/httparty/blob/master/Changelog.md
0.20.0
Breaking changes
Require Ruby >= 2.3.0
Fixes
Marshal.dump fails on response objects when request option :logger is set or :parser is a proc
Switch :pem option to to OpenSSL::PKey.read to support other algorithms
0.19.1
Remove use of unary + method for creating non-frozen string to increase compatibility with older versions of ruby
0.19.0
Multipart/Form-Data: rewind files after read
add frozen_string_literal pragma to all files
Better handling of Accept-Encoding / Content-Encoding decompression (fixes #562)
0.18.1
Rename cop Lint/HandleExceptions to Lint/SuppressedException.
Encode keys in query params.
Fixed SSL doc example.
Add a build status badge.
0.18.0
Support gzip/deflate transfer encoding when explicit headers are set.
Support edge case cookie format with a blank attribute.
0.17.3
0.17.2 is broken #681
0.17.2
Add Response#nil? deprecetion warning
0.17.1
Pass options to dynamic block headers
Normalize urls with URI adapter to allow International Domain Names support
Add max_retries support
Minize gem size by removing test files
0.17.0
Fix encoding of streamed chunk
Avoid modifying frozen strings
Expose .connection on fragment block param
Add support for Net::HTTP#write_timeout method (Ruby 2.6.0)
MFH: 2022Q2
(cherry picked from commit 9a99cfddd4e111371406182f69b991027ab713a6)
---
www/rubygem-httparty/Makefile | 2 +-
www/rubygem-httparty/distinfo | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/www/rubygem-httparty/Makefile b/www/rubygem-httparty/Makefile
index 63485e5c9208..3793a84ee578 100644
--- a/www/rubygem-httparty/Makefile
+++ b/www/rubygem-httparty/Makefile
@@ -1,7 +1,7 @@
# Created by: Wen Heping <wenheping@gmail.com>
PORTNAME= httparty
-PORTVERSION= 0.16.4
+PORTVERSION= 0.20.0
CATEGORIES= www rubygems
MASTER_SITES= RG
diff --git a/www/rubygem-httparty/distinfo b/www/rubygem-httparty/distinfo
index 0694cae8794d..5235a8bdd11b 100644
--- a/www/rubygem-httparty/distinfo
+++ b/www/rubygem-httparty/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1555690839
-SHA256 (rubygem/httparty-0.16.4.gem) = 62c89d00f5e8933b2d397a49b57deb18ca18e16cb7d862ee4f53b73228dc3d81
-SIZE (rubygem/httparty-0.16.4.gem) = 91136
+TIMESTAMP = 1650557179
+SHA256 (rubygem/httparty-0.20.0.gem) = 490d2a028a5accc611f1685d479d80ef80b129140d24a93c53c119f578614867
+SIZE (rubygem/httparty-0.20.0.gem) = 47104