# 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="CHANGELOG.md DESIGN.textile README.md"
inherit ruby-fakegem
DESCRIPTION="Making it easy to serialize models for client-side use"
HOMEPAGE="https://github.com/rails-api/active_model_serializers"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
# A bit more complicated setup than I have time for now...
RESTRICT="test"
ruby_add_rdepend ">=dev-ruby/activemodel-3.0:*"
#ruby_add_bdepend "test? ( >=dev-ruby/rails-3.0 )"