dev-ruby/faraday-mashify - 0.1.1 (graaff)

Search

Install

Install this version:

emerge -a =dev-ruby/faraday-mashify-0.1.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-ruby/faraday-mashify-0.1.1

Or alternatively:

emerge --autounmask-write -a =dev-ruby/faraday-mashify-0.1.1

Package Information

Description:
Faraday middleware for wrapping responses into Hashie::Mash
Homepage:
https://github.com/sue445/faraday-mashify
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.1.1 8 ~amd64 $(ver_cut 1)
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
USE_RUBY="ruby31 ruby32 ruby33 ruby34"

RUBY_FAKEGEM_RECIPE_TEST="rspec3"

RUBY_FAKEGEM_BINWRAP=""
RUBY_FAKEGEM_GEMSPEC="faraday-mashify.gemspec"

inherit ruby-fakegem

DESCRIPTION="Faraday middleware for wrapping responses into Hashie::Mash"
HOMEPAGE="https://github.com/sue445/faraday-mashify"
SRC_URI="https://github.com/sue445/faraday-mashify/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"

SLOT="$(ver_cut 1)"
KEYWORDS="~amd64"

ruby_add_rdepend "
	dev-ruby/faraday:2
	dev-ruby/hashie:*
"

all_ruby_prepare() {
	sed -i -e "s:_relative ': './:" ${RUBY_FAKEGEM_GEMSPEC} || die
}

Inherited Eclasses

Manifest for 0.1.1

Type File Size Source URLs
DIST faraday-mashify-0.1.1.tar.gz 7625 bytes https://github.com/sue445/faraday-mashify/archive/refs/tags/v0.1.1.tar.gz