Files
gentoo/dev-ruby/optionable/optionable-0.2.0-r1.ebuild
Hans de Graaff 580643f177 dev-ruby/optionable: enable ruby31
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
2022-05-01 08:29:35 +02:00

18 lines
364 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
USE_RUBY="ruby26 ruby27 ruby30 ruby31"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
inherit ruby-fakegem
DESCRIPTION="Robust options validation for Ruby methods"
HOMEPAGE="https://github.com/durran/optionable"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""