pkgsrc/www/ruby-faraday_middleware/Makefile
taca 7eaf96ef91 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)
2017-09-18 01:07:42 +00:00

14 lines
391 B
Makefile

# $NetBSD: Makefile,v 1.2 2017/09/18 01:07:42 taca Exp $
DISTNAME= faraday_middleware-0.12.2
CATEGORIES= www
MAINTAINER= tsutsui@NetBSD.org
HOMEPAGE= https://github.com/lostisland/faraday_middleware
COMMENT= Various middleware for Faraday
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-faraday>=0.7.4<1.0:../../www/ruby-faraday
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"