summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2019-01-05 14:24:30 +0100
committerHans de Graaff <graaff@gentoo.org>2019-01-09 09:06:40 +0100
commitd849a1e1b1c913880dea10eb772ae3fbb1387ced (patch)
tree55ae81c6991ca0dd23e3b19866104593e55a8712 /dev-ruby/mocha
parentdev-ruby/introspection: add ruby26 (diff)
downloadgentoo-d849a1e1b1c913880dea10eb772ae3fbb1387ced.tar.gz
gentoo-d849a1e1b1c913880dea10eb772ae3fbb1387ced.tar.bz2
gentoo-d849a1e1b1c913880dea10eb772ae3fbb1387ced.zip
dev-ruby/mocha: add ruby26
Signed-off-by: Hans de Graaff <graaff@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-ruby/mocha')
-rw-r--r--dev-ruby/mocha/mocha-1.7.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/mocha/mocha-1.7.0.ebuild b/dev-ruby/mocha/mocha-1.7.0.ebuild
index 7522eb9038e2..6c4f2f0231e0 100644
--- a/dev-ruby/mocha/mocha-1.7.0.ebuild
+++ b/dev-ruby/mocha/mocha-1.7.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-RUBY_FAKEGEM_TASK_TEST="test:units"
+RUBY_FAKEGEM_TASK_TEST="test:units test:acceptance"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.md RELEASE.md"