Files
gentoo/dev-ruby/jbuilder/jbuilder-2.10.1.ebuild
Hans de Graaff 6c0ea2c94d dev-ruby/jbuilder: add missing test dep
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
2020-09-19 07:44:20 +02:00

31 lines
644 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
USE_RUBY="ruby25 ruby26 ruby27"
RUBY_FAKEGEM_TASK_TEST="TRAVIS=true test"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
inherit ruby-fakegem
DESCRIPTION="Create JSON structures via a Builder-style DSL"
HOMEPAGE="https://github.com/rails/jbuilder"
LICENSE="MIT"
SLOT="2"
KEYWORDS="~amd64"
IUSE=""
ruby_add_rdepend ">=dev-ruby/activesupport-5.0.0:*"
ruby_add_bdepend "test? (
>=dev-ruby/activemodel-5.0.0
>=dev-ruby/railties-5.0.0
)"
all_ruby_prepare() {
sed -i -e '/bundler/ s:^:#:' Rakefile test/test_helper.rb || die
}