dev-ruby/tidy_table: add ruby26

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
This commit is contained in:
Hans de Graaff
2019-01-15 06:59:39 +01:00
parent 3e288b7e1b
commit 9bf510b85c

View File

@@ -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=5
USE_RUBY="ruby23 ruby24 ruby25"
USE_RUBY="ruby23 ruby24 ruby25 ruby26"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_DOCDIR="doc"
@@ -23,5 +23,5 @@ IUSE=""
all_ruby_prepare() {
# Remove reference to RSpec 1
sed -i -e '/spec/d' spec/spec_helper.rb || die
sed -i -e '/spec/d' -e '1irequire "date"' spec/spec_helper.rb || die
}