summaryrefslogtreecommitdiffstats
path: root/dev-ruby/abstract_method/abstract_method-1.2.1.ebuild
blob: ab8775b2e469542b3e87b7adb06b2763bdf7f3ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
USE_RUBY="ruby24 ruby25 ruby26"
RUBY_FAKEGEM_EXTRAINSTALL="VERSION"

inherit ruby-fakegem

DESCRIPTION="Abstract Method is a tiny library enabling you to define abstract methods in Ruby classes and modules."
HOMEPAGE="https://rubygems.org/gems/abstract_method/"

LICENSE="Ruby"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

ruby_add_bdepend "
	dev-ruby/rspec
	dev-ruby/yard
	dev-ruby/redcarpet
"