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
This commit is contained in:
parent
30c2cae4a1
commit
9a99cfddd4
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user