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