From: Hans de Graaff Date: Mon, 17 Sep 2018 18:07:35 +0000 (+0200) Subject: dev-ruby/expression_parser: add ruby25; use rspec3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d3d1cf68fb737e7ea534b5207b086b5a121c5820;p=gentoo.git dev-ruby/expression_parser: add ruby25; use rspec3 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/dev-ruby/expression_parser/expression_parser-0.9.0_p20130518.ebuild b/dev-ruby/expression_parser/expression_parser-0.9.0_p20130518.ebuild index 5684d53224ac..401029c33461 100644 --- a/dev-ruby/expression_parser/expression_parser-0.9.0_p20130518.ebuild +++ b/dev-ruby/expression_parser/expression_parser-0.9.0_p20130518.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby22 ruby23 ruby24" +USE_RUBY="ruby23 ruby24 ruby25" -RUBY_FAKEGEM_RECIPE_TEST="rspec" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README" RUBY_FAKEGEM_VERSION="0.9.0.20130518"