summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-ruby/protected_attributes/ChangeLog6
-rw-r--r--dev-ruby/protected_attributes/protected_attributes-1.0.9.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-ruby/protected_attributes/ChangeLog b/dev-ruby/protected_attributes/ChangeLog
index 433d4d9fd415..dbeeab8e3e18 100644
--- a/dev-ruby/protected_attributes/ChangeLog
+++ b/dev-ruby/protected_attributes/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/protected_attributes
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/protected_attributes/ChangeLog,v 1.9 2015/03/18 06:09:07 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/protected_attributes/ChangeLog,v 1.10 2015/04/19 05:59:58 graaff Exp $
+
+ 19 Apr 2015; Hans de Graaff <graaff@gentoo.org>
+ protected_attributes-1.0.9.ebuild:
+ Add missing test dependency on dev-ruby/rails.
*protected_attributes-1.0.9 (18 Mar 2015)
diff --git a/dev-ruby/protected_attributes/protected_attributes-1.0.9.ebuild b/dev-ruby/protected_attributes/protected_attributes-1.0.9.ebuild
index dbdcefaa7202..bef21bc17ccc 100644
--- a/dev-ruby/protected_attributes/protected_attributes-1.0.9.ebuild
+++ b/dev-ruby/protected_attributes/protected_attributes-1.0.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/protected_attributes/protected_attributes-1.0.9.ebuild,v 1.1 2015/03/18 06:09:07 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/protected_attributes/protected_attributes-1.0.9.ebuild,v 1.2 2015/04/19 05:59:58 graaff Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
@@ -30,6 +30,7 @@ ruby_add_bdepend "test? (
dev-ruby/bundler
=dev-ruby/actionpack-4*
=dev-ruby/activerecord-4*
+ =dev-ruby/rails-4*
dev-ruby/mocha
dev-ruby/sqlite3
)"