www/ruby-faraday-follow_redirects: add pacakge version 0.3.0
This package is required by newer ruby-inspec-core. Faraday Follow Redirects Faraday 2.x compatible extraction of FaradayMiddleware::FollowRedirects. This gem will also work with Faraday 1.x, to support gem codebases which can work with Faraday 1.x or 2.x. For the former standard version of this middleware for Faraday 1.x, check out https://github.com/lostisland/faraday_middleware. Faraday 1.x support is considered deprecated, please update to Faraday 2.x.
This commit is contained in:
parent
ee13ba27f7
commit
4021c1b9a3
4 changed files with 39 additions and 0 deletions
8
www/ruby-faraday-follow_redirects/DESCR
Normal file
8
www/ruby-faraday-follow_redirects/DESCR
Normal file
|
@ -0,0 +1,8 @@
|
|||
Faraday Follow Redirects
|
||||
|
||||
Faraday 2.x compatible extraction of FaradayMiddleware::FollowRedirects.
|
||||
This gem will also work with Faraday 1.x, to support gem codebases which can
|
||||
work with Faraday 1.x or 2.x. For the former standard version of this
|
||||
middleware for Faraday 1.x, check out
|
||||
https://github.com/lostisland/faraday_middleware. Faraday 1.x support is
|
||||
considered deprecated, please update to Faraday 2.x.
|
16
www/ruby-faraday-follow_redirects/Makefile
Normal file
16
www/ruby-faraday-follow_redirects/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.1 2023/02/04 13:53:57 taca Exp $
|
||||
|
||||
DISTNAME= faraday-follow_redirects-0.3.0
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/tisba/faraday-follow-redirects
|
||||
COMMENT= FaradayMiddleware::FollowRedirects for Faraday 2.x
|
||||
LICENSE= mit
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-faraday>=2.0<3:../../www/ruby-faraday
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
10
www/ruby-faraday-follow_redirects/PLIST
Normal file
10
www/ruby-faraday-follow_redirects/PLIST
Normal file
|
@ -0,0 +1,10 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2023/02/04 13:53:57 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/CHANGELOG.md
|
||||
${GEM_LIBDIR}/LICENSE.md
|
||||
${GEM_LIBDIR}/README.md
|
||||
${GEM_LIBDIR}/lib/faraday/follow_redirects.rb
|
||||
${GEM_LIBDIR}/lib/faraday/follow_redirects/middleware.rb
|
||||
${GEM_LIBDIR}/lib/faraday/follow_redirects/redirect_limit_reached.rb
|
||||
${GEM_LIBDIR}/lib/faraday/follow_redirects/version.rb
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
5
www/ruby-faraday-follow_redirects/distinfo
Normal file
5
www/ruby-faraday-follow_redirects/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2023/02/04 13:53:57 taca Exp $
|
||||
|
||||
BLAKE2s (faraday-follow_redirects-0.3.0.gem) = b465d4b6aa9f47c130bb76799fda9ca4facdcb230563ec830ba89aa26d090ce0
|
||||
SHA512 (faraday-follow_redirects-0.3.0.gem) = bfce9286e2c94c23174b368f8cd6ae35a5b2cbc1802d23bff2cc74476e5b4585dc3561dc566ccf7f47b3966cc4d1dc582cf182024c3220933b17051141e952b9
|
||||
Size (faraday-follow_redirects-0.3.0.gem) = 8704 bytes
|
Loading…
Reference in a new issue