diff options
author | Hans de Graaff <graaff@gentoo.org> | 2015-04-19 05:59:58 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2015-04-19 05:59:58 +0000 |
commit | e5c9c177f9e8cf4ecd45e3b0c3d2a0dc761e6acf (patch) | |
tree | de127a35e33e0b7ad50c111818108730a5588102 /dev-ruby/protected_attributes | |
parent | Fix rspec invocation. (diff) | |
download | gentoo-2-e5c9c177f9e8cf4ecd45e3b0c3d2a0dc761e6acf.tar.gz gentoo-2-e5c9c177f9e8cf4ecd45e3b0c3d2a0dc761e6acf.tar.bz2 gentoo-2-e5c9c177f9e8cf4ecd45e3b0c3d2a0dc761e6acf.zip |
Add missing test dependency on dev-ruby/rails.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/protected_attributes')
-rw-r--r-- | dev-ruby/protected_attributes/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/protected_attributes/protected_attributes-1.0.9.ebuild | 3 |
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 )" |