ebfed7363f
## v0.9.0 * Add HTTPClient adapter (@hakanensari) * Improve Retry handler (@mislav) * Remove autoloading by default (@technoweenie) * Improve internal docs (@technoweenie, @mislav) * Respect user/password in http proxy string (@mislav) * Adapter options are structs. Reinforces consistent options across adapters (@technoweenie) * Stop stripping trailing / off base URLs in a Faraday::Connection. (@technoweenie) * Add a configurable URI parser. (@technoweenie) * Remove need to manually autoload when using the authorization header helpers on `Faraday::Connection`. (@technoweenie) * `Faraday::Adapter::Test` respects the `Faraday::RequestOptions#params_encoder` option. (@technoweenie)
16 lines
410 B
Makefile
16 lines
410 B
Makefile
# $NetBSD: Makefile,v 1.7 2014/01/17 08:36:59 obache Exp $
|
|
|
|
DISTNAME= faraday-0.9.0
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= https://github.com/lostisland/faraday
|
|
COMMENT= HTTP/REST API client library
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-multipart-post>=1.2<3:../../www/ruby-multipart-post
|
|
|
|
RUBY_VERSION_SUPPORTED= 200 193
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|