2021-09-19 19:48:05 +02:00
|
|
|
# $NetBSD: Makefile,v 1.25 2021/09/19 17:48:05 taca Exp $
|
2013-01-26 09:50:53 +01:00
|
|
|
|
2021-09-19 19:48:05 +02:00
|
|
|
DISTNAME= faraday-1.8.0
|
2013-01-26 09:50:53 +01:00
|
|
|
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
|
2013-01-26 09:50:53 +01:00
|
|
|
COMMENT= HTTP/REST API client library
|
|
|
|
LICENSE= mit
|
|
|
|
|
www/ruby-faraday: update to 1.7.1
1.4.3 (2021-06-24)
Fixes
* Silence warning (#1286, @gurgeous)
* Always dup url_prefix in Connection#build_exclusive_url (#1288, @alexeyds)
1.5.0 (2021-07-04)
Misc
* Use external httpclient adapter (#1289, @iMacTia)
* Use external patron adapter (#1290, @iMacTia)
1.5.1 (2021-07-11)
Fixes
* Fix JRuby incompatibility after moving out EM adapters (#1294, @ahorek)
Documentation
* Update YARD to follow RackBuilder (#1292, @kachick)
1.6.0 (2021-08-01)
Misc
* Use external Rack adapter (#1296, @iMacTia)
1.7.0 (2021-08-09)
Features
* Add strict_mode to Test::Stubs (#1298, @yykamei)
1.7.1 (2021-08-30)
Fixes
* Respect the params_encoder in Faraday::Adapter::Test (#1316, @yykamei)
Deprecations
* Deprecate Authorization helpers in Faraday::Connection (#1306, @iMacTia)
2021-08-30 17:34:09 +02:00
|
|
|
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
|
www/ruby-faraday: update to 1.7.1
1.4.3 (2021-06-24)
Fixes
* Silence warning (#1286, @gurgeous)
* Always dup url_prefix in Connection#build_exclusive_url (#1288, @alexeyds)
1.5.0 (2021-07-04)
Misc
* Use external httpclient adapter (#1289, @iMacTia)
* Use external patron adapter (#1290, @iMacTia)
1.5.1 (2021-07-11)
Fixes
* Fix JRuby incompatibility after moving out EM adapters (#1294, @ahorek)
Documentation
* Update YARD to follow RackBuilder (#1292, @kachick)
1.6.0 (2021-08-01)
Misc
* Use external Rack adapter (#1296, @iMacTia)
1.7.0 (2021-08-09)
Features
* Add strict_mode to Test::Stubs (#1298, @yykamei)
1.7.1 (2021-08-30)
Fixes
* Respect the params_encoder in Faraday::Adapter::Test (#1316, @yykamei)
Deprecations
* Deprecate Authorization helpers in Faraday::Connection (#1306, @iMacTia)
2021-08-30 17:34:09 +02:00
|
|
|
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
|
www/ruby-faraday: update to 1.7.1
1.4.3 (2021-06-24)
Fixes
* Silence warning (#1286, @gurgeous)
* Always dup url_prefix in Connection#build_exclusive_url (#1288, @alexeyds)
1.5.0 (2021-07-04)
Misc
* Use external httpclient adapter (#1289, @iMacTia)
* Use external patron adapter (#1290, @iMacTia)
1.5.1 (2021-07-11)
Fixes
* Fix JRuby incompatibility after moving out EM adapters (#1294, @ahorek)
Documentation
* Update YARD to follow RackBuilder (#1292, @kachick)
1.6.0 (2021-08-01)
Misc
* Use external Rack adapter (#1296, @iMacTia)
1.7.0 (2021-08-09)
Features
* Add strict_mode to Test::Stubs (#1298, @yykamei)
1.7.1 (2021-08-30)
Fixes
* Respect the params_encoder in Faraday::Adapter::Test (#1316, @yykamei)
Deprecations
* Deprecate Authorization helpers in Faraday::Connection (#1306, @iMacTia)
2021-08-30 17:34:09 +02:00
|
|
|
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
|
2014-01-17 09:36:59 +01:00
|
|
|
|
2020-03-21 18:07:23 +01:00
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
2013-01-26 09:50:53 +01:00
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|