# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_EXTRADOC="README.md" RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" inherit ruby-fakegem DESCRIPTION="Write specs for your Rails 3+ generators" HOMEPAGE="https://github.com/alexrothenberg/ammeter" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" # Restrict tests since they now require the specific rspec version to be # provided in an environment variable. RESTRICT="test" ruby_add_rdepend " >=dev-ruby/activesupport-3.0 >=dev-ruby/railties-3.0 >=dev-ruby/rspec-rails-2.2 " # ruby_add_bdepend " # test? ( # >=dev-ruby/rails-3.1 #