pkgsrc/www/ruby-faraday/Makefile

26 lines
1.1 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.25 2021/09/19 17:48:05 taca Exp $
DISTNAME= faraday-1.8.0
CATEGORIES= www
2015-03-15 19:31:52 +01:00
MAINTAINER= pkgsrc-users@NetBSD.org
2013-02-27 02:30:32 +01:00
HOMEPAGE= https://github.com/lostisland/faraday
COMMENT= HTTP/REST API client library
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-faraday-em_http>=1.0<2:../../www/ruby-faraday-em_http
DEPENDS+= ${RUBY_PKGPREFIX}-faraday-em_synchrony>=1.0<2:../../www/ruby-faraday-em_synchrony
www/ruby-faraday: update to 1.4.2 1.4.2 (2021-05-22) Fixes: * Add proxy setting when url_prefix is changed (#1276, @ci) * Default proxy scheme to http:// if necessary, fixes #1282 (#1283, @gurgeous) Documentation: * Improve introduction page (#1273, @gurgeous) * Docs: add more middleware examples (#1277, @gurgeous) Misc: * Use external em_http and em_synchrony adapters (#1274, @iMacTia) 1.4.1 (2021-04-18) Fixes * Fix dependencies from external adapter gems (#1269, @iMacTia) 1.4.0 (2021-04-16) Highlights * With this release, we continue the work of gradually moving out adapters into their own gems * Thanks to @MikeRogers0 for helping the Faraday team in progressing with this quest * And thanks to @olleolleolle efforts, Faraday is becoming more inclusive than ever * Faraday's master branch has been renamed into main, we have an official policy on inclusive language and even a rubocop plugin to check for non-inclusive words! * Checkout the "Misc" section below for more details! Fixes * Fix NoMethodError undefined method 'coverage' (#1255, @Maroo-b) Documentation * Some docs on EventMachine adapters. (#1232, @damau) * CONTRIBUTING: Fix grammar and layout (#1261, @olleolleolle) Misc * Replacing Net::HTTP::Persistent with faraday-net_http_persistent (#1250, @MikeRogers0) * CI: Configure the regenerated Coveralls token (#1256, @olleolleolle) * Replace Excon adapter with Faraday::Excon gem, and fix autoloading issue with Faraday::NetHttpPersistent (#1257, @iMacTia) * Drop CodeClimate (#1259, @olleolleolle) * CI: Rename default branch to main (#1263, @olleolleolle) * Drop RDoc support file .document (#1264, @olleolleolle, @iMacTia) * CONTRIBUTING: add a policy on inclusive language (#1262, @olleolleolle) * Add rubocop-inclusivity (#1267, @olleolleolle, @iMacTia) 1.3.1 (2021-04-16) Fixes * Escape colon in path segment (#1237, @yarafan) * Handle IPv6 address String on Faraday::Connection#proxy_from_env (#1252, @cosmo0920) Documentation * Fix broken Rubydoc.info links (#1236, @nickcampbell18) * Add httpx to list of external adapters (#1246, @HoneyryderChuck) Misc * Refactor CI to remove duplicated line (#1230, @tricknotes) * Gemspec: Pick a good ruby2_keywords release (#1241, @olleolleolle)
2021-06-03 16:35:12 +02:00
DEPENDS+= ${RUBY_PKGPREFIX}-faraday-excon>=1.1<2:../../www/ruby-faraday-excon
DEPENDS+= ${RUBY_PKGPREFIX}-faraday-httpclient>=1.0.1<1.1:../../www/ruby-faraday-httpclient
www/ruby-faraday: update to 1.4.2 1.4.2 (2021-05-22) Fixes: * Add proxy setting when url_prefix is changed (#1276, @ci) * Default proxy scheme to http:// if necessary, fixes #1282 (#1283, @gurgeous) Documentation: * Improve introduction page (#1273, @gurgeous) * Docs: add more middleware examples (#1277, @gurgeous) Misc: * Use external em_http and em_synchrony adapters (#1274, @iMacTia) 1.4.1 (2021-04-18) Fixes * Fix dependencies from external adapter gems (#1269, @iMacTia) 1.4.0 (2021-04-16) Highlights * With this release, we continue the work of gradually moving out adapters into their own gems * Thanks to @MikeRogers0 for helping the Faraday team in progressing with this quest * And thanks to @olleolleolle efforts, Faraday is becoming more inclusive than ever * Faraday's master branch has been renamed into main, we have an official policy on inclusive language and even a rubocop plugin to check for non-inclusive words! * Checkout the "Misc" section below for more details! Fixes * Fix NoMethodError undefined method 'coverage' (#1255, @Maroo-b) Documentation * Some docs on EventMachine adapters. (#1232, @damau) * CONTRIBUTING: Fix grammar and layout (#1261, @olleolleolle) Misc * Replacing Net::HTTP::Persistent with faraday-net_http_persistent (#1250, @MikeRogers0) * CI: Configure the regenerated Coveralls token (#1256, @olleolleolle) * Replace Excon adapter with Faraday::Excon gem, and fix autoloading issue with Faraday::NetHttpPersistent (#1257, @iMacTia) * Drop CodeClimate (#1259, @olleolleolle) * CI: Rename default branch to main (#1263, @olleolleolle) * Drop RDoc support file .document (#1264, @olleolleolle, @iMacTia) * CONTRIBUTING: add a policy on inclusive language (#1262, @olleolleolle) * Add rubocop-inclusivity (#1267, @olleolleolle, @iMacTia) 1.3.1 (2021-04-16) Fixes * Escape colon in path segment (#1237, @yarafan) * Handle IPv6 address String on Faraday::Connection#proxy_from_env (#1252, @cosmo0920) Documentation * Fix broken Rubydoc.info links (#1236, @nickcampbell18) * Add httpx to list of external adapters (#1246, @HoneyryderChuck) Misc * Refactor CI to remove duplicated line (#1230, @tricknotes) * Gemspec: Pick a good ruby2_keywords release (#1241, @olleolleolle)
2021-06-03 16:35:12 +02:00
DEPENDS+= ${RUBY_PKGPREFIX}-faraday-net_http>=1.0<2:../../www/ruby-faraday-net_http
DEPENDS+= ${RUBY_PKGPREFIX}-faraday-net_http_persistent>=1.1<2:../../www/ruby-faraday-net_http_persistent
DEPENDS+= ${RUBY_PKGPREFIX}-faraday-patron>=1.0<2:../../www/ruby-faraday-patron
DEPENDS+= ${RUBY_PKGPREFIX}-faraday-rack>=1.0<2:../../www/ruby-faraday-rack
www/ruby-faraday: update to 1.4.2 1.4.2 (2021-05-22) Fixes: * Add proxy setting when url_prefix is changed (#1276, @ci) * Default proxy scheme to http:// if necessary, fixes #1282 (#1283, @gurgeous) Documentation: * Improve introduction page (#1273, @gurgeous) * Docs: add more middleware examples (#1277, @gurgeous) Misc: * Use external em_http and em_synchrony adapters (#1274, @iMacTia) 1.4.1 (2021-04-18) Fixes * Fix dependencies from external adapter gems (#1269, @iMacTia) 1.4.0 (2021-04-16) Highlights * With this release, we continue the work of gradually moving out adapters into their own gems * Thanks to @MikeRogers0 for helping the Faraday team in progressing with this quest * And thanks to @olleolleolle efforts, Faraday is becoming more inclusive than ever * Faraday's master branch has been renamed into main, we have an official policy on inclusive language and even a rubocop plugin to check for non-inclusive words! * Checkout the "Misc" section below for more details! Fixes * Fix NoMethodError undefined method 'coverage' (#1255, @Maroo-b) Documentation * Some docs on EventMachine adapters. (#1232, @damau) * CONTRIBUTING: Fix grammar and layout (#1261, @olleolleolle) Misc * Replacing Net::HTTP::Persistent with faraday-net_http_persistent (#1250, @MikeRogers0) * CI: Configure the regenerated Coveralls token (#1256, @olleolleolle) * Replace Excon adapter with Faraday::Excon gem, and fix autoloading issue with Faraday::NetHttpPersistent (#1257, @iMacTia) * Drop CodeClimate (#1259, @olleolleolle) * CI: Rename default branch to main (#1263, @olleolleolle) * Drop RDoc support file .document (#1264, @olleolleolle, @iMacTia) * CONTRIBUTING: add a policy on inclusive language (#1262, @olleolleolle) * Add rubocop-inclusivity (#1267, @olleolleolle, @iMacTia) 1.3.1 (2021-04-16) Fixes * Escape colon in path segment (#1237, @yarafan) * Handle IPv6 address String on Faraday::Connection#proxy_from_env (#1252, @cosmo0920) Documentation * Fix broken Rubydoc.info links (#1236, @nickcampbell18) * Add httpx to list of external adapters (#1246, @HoneyryderChuck) Misc * Refactor CI to remove duplicated line (#1230, @tricknotes) * Gemspec: Pick a good ruby2_keywords release (#1241, @olleolleolle)
2021-06-03 16:35:12 +02:00
DEPENDS+= ${RUBY_PKGPREFIX}-multipart-post>=1.2:../../www/ruby-multipart-post
DEPENDS+= ${RUBY_PKGPREFIX}-ruby2_keywords>=0.0.4:../../devel/ruby-ruby2_keywords
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"