dev-ruby/api-versions - 1.2.1 (graaff)

Search

Install

Install this version:

emerge -a =dev-ruby/api-versions-1.2.1

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

autounmask =dev-ruby/api-versions-1.2.1

Or alternatively:

emerge --autounmask-write -a =dev-ruby/api-versions-1.2.1

Package Information

Description:
a Gem to help you manage your Rails API endpoints
Homepage:
https://github.com/EDMC/api-versions
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.2.1 8 ~amd64 0
View Raw Ebuild
# 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_EXTRADOC="Changes.md README.md"

inherit ruby-fakegem

DESCRIPTION="a Gem to help you manage your Rails API endpoints"
HOMEPAGE="https://github.com/EDMC/api-versions"
LICENSE="MIT"

KEYWORDS="~amd64"
SLOT="0"
IUSE="test"

# Needs a specific old version of ammeter that is no longer available
# for us.
RESTRICT="test"

ruby_add_rdepend ">=dev-ruby/actionpack-3.0:* >=dev-ruby/activesupport-3.0:*"

USE Flags

Manage flags for this package: euse -i <flag> -p dev-ruby/api-versions | euse -E <flag> -p dev-ruby/api-versions | euse -D <flag> -p dev-ruby/api-versions

Global/Standard Flags

Inherited Eclasses