commit: 2b3d35623df1ebf6b9d99f6f1d94225bb9d539d9
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Tue Sep 13 04:59:56 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Sep 13 04:59:56 2016 +0000
URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=2b3d3562
dev-ruby/authlogic: add ruby22, ruby23
Package-Manager: portage-2.2.28
dev-ruby/authlogic/authlogic-3.4.6.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-ruby/authlogic/authlogic-3.4.6.ebuild
b/dev-ruby/authlogic/authlogic-3.4.6.ebuild
index 6560e5d..24040a6 100644
--- a/dev-ruby/authlogic/authlogic-3.4.6.ebuild
+++ b/dev-ruby/authlogic/authlogic-3.4.6.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-USE_RUBY="ruby20 ruby21"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
@@ -38,4 +38,6 @@ all_ruby_prepare() {
# Avoid tests for now that fail due to our BCrypt hack
rm -f
test/session_test/{http_auth,persistence,password,magic_columns}_test.rb || die
rm -f test/acts_as_authentic_test/{password,persistence_token}_test.rb
|| die
+
+ sed -i -e '1igem "activerecord", "<5"' test/test_helper.rb || die
}