summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/addressable')
-rw-r--r--dev-ruby/addressable/addressable-2.5.1.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-ruby/addressable/addressable-2.5.1.ebuild b/dev-ruby/addressable/addressable-2.5.1.ebuild
index 8c0dbbde4cea..33f4671da858 100644
--- a/dev-ruby/addressable/addressable-2.5.1.ebuild
+++ b/dev-ruby/addressable/addressable-2.5.1.ebuild
@@ -2,12 +2,11 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-RUBY_FAKEGEM_TASK_DOC="doc:yard"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RAKE_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
RUBY_FAKEGEM_EXTRAINSTALL="data"
@@ -25,7 +24,6 @@ IUSE="doc test"
ruby_add_rdepend ">=dev-ruby/public_suffix-2.0.2:2"
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
ruby_add_bdepend "test? ( dev-ruby/rspec-its )"
all_ruby_prepare() {