diff options
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-4.0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 57b249dd8575..589cfe5700d9 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/activesupport # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.246 2014/04/05 07:39:17 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.247 2014/04/18 09:07:27 graaff Exp $ + + 18 Apr 2014; Hans de Graaff <graaff@gentoo.org> activesupport-4.0.4.ebuild: + Add ruby21. *activesupport-4.0.4 (05 Apr 2014) diff --git a/dev-ruby/activesupport/activesupport-4.0.4.ebuild b/dev-ruby/activesupport/activesupport-4.0.4.ebuild index 0b6ec1da9b30..1434ab8e6f39 100644 --- a/dev-ruby/activesupport/activesupport-4.0.4.ebuild +++ b/dev-ruby/activesupport/activesupport-4.0.4.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-4.0.4.ebuild,v 1.1 2014/04/05 07:39:17 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-4.0.4.ebuild,v 1.2 2014/04/18 09:07:27 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="" |