mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
dev-ruby/faraday-follow_redirects: add 0.5.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST faraday-follow_redirects-0.3.0.tar.gz 9884 BLAKE2B 463cfb9e797f21355fea5318f0a647936194b671828e55c6ad6dff1c3e853b15ed0facac28e2f59c0cccf8db5d9f11f3bd66c1c877d9a9538d5deea832c4d3d2 SHA512 357b9618f203749f806b7882b39dfd1b90a403c9a76734f4d3ae59ef2a70430254e616be66fb5a0ec74e770e2ee9df6e0f805b00f70a6f99de12ff70fa4d2bda
|
||||
DIST faraday-follow_redirects-0.4.0.tar.gz 11594 BLAKE2B 7bd82df147fc380a600db3444eac5e350865503ba2851d152c921c7cde5c4352183427e5cba6643f6053e1090bb7692dbac23f5be85a8761d4927dfe90865aaa SHA512 561c173b7b9a3112b55239fa0ca2d764b85fe9b6647954bfa26e2b683419261f270cd3bb44e571fc25454c3aa559b04e25a1d8288a70837d364438cd02d14580
|
||||
DIST faraday-follow_redirects-0.5.0.tar.gz 11623 BLAKE2B 4fbb745699d82d2b25b9d963aeeffefbebaca7ce3c2fbddc05660edb94faa81bb61f49525740e98a484b9d766c90434a9d5aa7dc24c0d9f4d8bcd84c2f1df68d SHA512 5f83ad4d585d95967d025dcfbdb74c9eebf4d91e69c34ba8c8ab1fe2bb0b0df1a20382792d2722b230a693caab600b763f0b5ac712317b41684c4a5e5a277b11
|
||||
|
||||
@@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
USE_RUBY="ruby32 ruby33 ruby34"
|
||||
|
||||
RUBY_FAKEGEM_BINWRAP=""
|
||||
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
|
||||
|
||||
RUBY_FAKEGEM_EXTRADOC="README.md"
|
||||
|
||||
RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Perform multipart-post requests using Faraday"
|
||||
HOMEPAGE="https://github.com/tisba/faraday-follow-redirects"
|
||||
SRC_URI="https://github.com/tisba/faraday-follow-redirects/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
RUBY_S="faraday-follow-redirects-${PV}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="$(ver_cut 1-2)"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE="test"
|
||||
|
||||
ruby_add_rdepend "|| ( dev-ruby/faraday:2 dev-ruby/faraday:1 )"
|
||||
|
||||
ruby_add_bdepend "test? ( dev-ruby/webmock )"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -i -e "s:_relative ':'./:" ${RUBY_FAKEGEM_GEMSPEC} || die
|
||||
}
|
||||
Reference in New Issue
Block a user