# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" inherit ruby-fakegem DESCRIPTION="Takes some boilerplate out of Ruby with methods like attr_initialize." HOMEPAGE="https://github.com/barsoom/attr_extras" LICENSE="MIT" SLOT="$(ver_cut 1)" KEYWORDS="~amd64" IUSE="test" ruby_add_bdepend "test? ( dev-ruby/rspec:3 )"