head 1.5; access; symbols pkgsrc-2023Q4:1.5.0.8 pkgsrc-2023Q4-base:1.5 pkgsrc-2023Q3:1.5.0.6 pkgsrc-2023Q3-base:1.5 pkgsrc-2023Q2:1.5.0.4 pkgsrc-2023Q2-base:1.5 pkgsrc-2023Q1:1.5.0.2 pkgsrc-2023Q1-base:1.5 pkgsrc-2022Q4:1.4.0.12 pkgsrc-2022Q4-base:1.4 pkgsrc-2022Q3:1.4.0.10 pkgsrc-2022Q3-base:1.4 pkgsrc-2022Q2:1.4.0.8 pkgsrc-2022Q2-base:1.4 pkgsrc-2022Q1:1.4.0.6 pkgsrc-2022Q1-base:1.4 pkgsrc-2021Q4:1.4.0.4 pkgsrc-2021Q4-base:1.4 pkgsrc-2021Q3:1.4.0.2 pkgsrc-2021Q3-base:1.4 pkgsrc-2021Q2:1.3.0.10 pkgsrc-2021Q2-base:1.3 pkgsrc-2021Q1:1.3.0.8 pkgsrc-2021Q1-base:1.3 pkgsrc-2020Q4:1.3.0.6 pkgsrc-2020Q4-base:1.3 pkgsrc-2020Q3:1.3.0.4 pkgsrc-2020Q3-base:1.3 pkgsrc-2020Q2:1.3.0.2 pkgsrc-2020Q2-base:1.3 pkgsrc-2020Q1:1.2.0.2 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.24 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.2.0.20 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.2.0.18 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.16 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.14 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.12 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.2.0.10 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.2.0.8 pkgsrc-2018Q1-base:1.2 pkgsrc-2017Q4:1.2.0.6 pkgsrc-2017Q4-base:1.2 pkgsrc-2017Q3:1.2.0.4 pkgsrc-2017Q3-base:1.2 pkgsrc-2017Q2:1.1.0.4 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.2 pkgsrc-2017Q1-base:1.1; locks; strict; comment @# @; 1.5 date 2023.01.09.07.55.38; author taca; state Exp; branches; next 1.4; commitid agxrRZMAqcdE8Q8E; 1.4 date 2021.09.19.17.49.58; author taca; state Exp; branches; next 1.3; commitid DNS1IVXHQpZ9LA9D; 1.3 date 2020.06.14.16.27.53; author taca; state Exp; branches; next 1.2; commitid PqGYcKQ3Gh5F9dcC; 1.2 date 2017.09.18.01.07.42; author taca; state Exp; branches; next 1.1; commitid SV7PNMtfssKTcC7A; 1.1 date 2017.02.05.10.57.47; author tsutsui; state Exp; branches; next ; commitid 9OHeQAnQH4zNHKEz; desc @@ 1.5 log @www/ruby-faraday_middleware: update to 1.2.0 pkgsrc change: change dependency to www/ruby-faraday1 (for safety). 1.2.0 (2021-10-13) What's Changed * Allow users to define its own set of Cacheable Status Code when using Faraday Middleware Cache by @@Physium in #275 New Contributors * @@Physium made their first contribution in #275 @ text @# $NetBSD: Makefile,v 1.4 2021/09/19 17:49:58 taca Exp $ DISTNAME= faraday_middleware-1.2.0 CATEGORIES= www MAINTAINER= tsutsui@@NetBSD.org HOMEPAGE= https://github.com/lostisland/faraday_middleware COMMENT= Various middleware for Faraday LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-faraday1>=1.0<2:../../www/ruby-faraday1 USE_LANGUAGES= # none .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" @ 1.4 log @www/ruby-faraday_middleware: update to 1.1.0 1.1.0 (2021-07-31) Features * Use wrapped exception in Faraday::ParsingError to improve legibility of the error (#255, @@d-m-u) Bugs fixed * Use JSON.generate instead of .dump in request middleware (#266, @@Be-ngt-oH) Chores and misc * Add rubocop-package and drop git ls-files in gemspec (#263, @@utkarsh2102) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2020/06/14 16:27:53 taca Exp $ d3 1 a3 1 DISTNAME= faraday_middleware-1.1.0 d11 1 a11 1 DEPENDS+= ${RUBY_PKGPREFIX}-faraday>=1.0<2:../../www/ruby-faraday @ 1.3 log @www/ruby-faraday_middleware: update to 1.0.0 Update ruby-faraday_middleware to 1.0.0. pkgsrc change: add "USE_LANGUAGES= # none". 1.0.0 (2020-03-29) This is FaradayMiddleware 1.0 official release! This release officially supports Faraday 1.0. It contains all changes included in the 1.0.0.rc1 release, plus: * Increase minimum rake version to 12.3.3 for security reasons Special thanks to contributors who helped us push this over the line: @@BobbyMcWho, @@onk and @@d-m-u 1.0.0.rc1 (2020-02-28) This is a prerelease. See #200 for details on the shipping plans for 1.0.0. Changes * Support Ruby 2.3+. * Drop support for Faraday v0.7 Bugs fixed * #198 Autoload an exception class correctly Chores and misc * Lint the codebase with RuboCop * Closed the Wiki and turned it into Markdown files in docs/ 0.14.0 (2020-01-10) NOTE: This is the last minor release in the v0.x series, next release will be 1.0 to match Faraday v1.0 release and from then on only fixes will be applied to v0.14.x! * Fix support for empty bodies having Content-Encoding Gzip (#192) * RSpec: disable_monkey_patching (#191) * Add ResponseMiddleware.define_parser unit test (#190) * Use full URL (url.host + url.request_uri) as cache key (#195) 0.13.1 (2019-02-04) * Clear Authorization header when redirecting cross-site (#183) * Brotli is an optional dependency for Gzip (#186) 0.13.0 (2019-01-22) * Adds support for Brotli decompression of responses (#134) * Adds support for JSON 2 (#169) * Hash request URIs before using them as a cache key (#181) * Remove Addressable::URI query hack (#184) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2017/09/18 01:07:42 taca Exp $ d3 1 a3 1 DISTNAME= faraday_middleware-1.0.0 @ 1.2 log @www/ruby-faraday_middleware: update to 0.12.2 0.12.2 (2017/08/04) * Fixes race condition issue with rubygems.org 0.12.1 (2017/08/03) * Fixes support for Oj < 3.3.3 (#163) * Adds support for parser_options on MultiXML and SafeYAML parsers 0.12.0 (2017/07/28) * Replace rash with rash_alt (#136) * Allow write_options to be specified for FaradayMiddleware::Caching (#155) * Add support for passing options to JSON.parse (#156) * Parse YAML safely (#157) * Handle responses with missing Location header (#159) * Removes support for ruby < 1.9.3 (#162) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2017/02/05 10:57:47 tsutsui Exp $ d3 1 a3 1 DISTNAME= faraday_middleware-0.12.2 d11 3 a13 1 DEPENDS+= ${RUBY_PKGPREFIX}-faraday>=0.7.4<1.0:../../www/ruby-faraday @ 1.1 log @Import ruby-faraday_middleware-0.11.0.1 as www/ruby-faraday_middleware. Faraday Middleware is a collection of middleware for the Faraday project. @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 1 DISTNAME= faraday_middleware-0.11.0.1 @