dev-ruby/jsonapi-renderer - 0.2.2 (graaff)

Search

Install

Install this version:

emerge -a =dev-ruby/jsonapi-renderer-0.2.2

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

autounmask =dev-ruby/jsonapi-renderer-0.2.2

Or alternatively:

emerge --autounmask-write -a =dev-ruby/jsonapi-renderer-0.2.2

Package Information

Description:
Efficiently render JSON API documents
Homepage:
https://github.com/jsonapi-rb/jsonapi-renderer
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.2.2 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

USE_RUBY="ruby32 ruby33 ruby34 ruby40"

RUBY_FAKEGEM_EXTRADOC="README.md"
RUBY_FAKEGEM_GEMSPEC="jsonapi-renderer.gemspec"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"

inherit ruby-fakegem

DESCRIPTION="Efficiently render JSON API documents"
HOMEPAGE="https://github.com/jsonapi-rb/jsonapi-renderer"
SRC_URI="https://github.com/jsonapi-rb/jsonapi-renderer/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

all_ruby_prepare() {
	sed -i -e '/simplecov/,/^end/ s:^:#: ; 1irequire "json"' spec/spec_helper.rb || die
}

Inherited Eclasses

Manifest for 0.2.2

Type File Size Source URLs
DIST jsonapi-renderer-0.2.2.tar.gz 9990 bytes https://github.com/jsonapi-rb/jsonapi-renderer/archive/v0.2.2.tar.gz