diff options
author | 2014-04-20 06:06:43 +0000 | |
---|---|---|
committer | 2014-04-20 06:06:43 +0000 | |
commit | 1cae4971da3c2a38ad8642e632e7fdeef5ff9a4e (patch) | |
tree | 0d22547dedf18adda2eb6f6948f77baeb4d5c42c /dev-ruby/rack-protection | |
parent | Add ruby21. Avoid kramdown tests due to differences in quoting. (diff) | |
download | gentoo-2-1cae4971da3c2a38ad8642e632e7fdeef5ff9a4e.tar.gz gentoo-2-1cae4971da3c2a38ad8642e632e7fdeef5ff9a4e.tar.bz2 gentoo-2-1cae4971da3c2a38ad8642e632e7fdeef5ff9a4e.zip |
Add ruby21.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/rack-protection')
-rw-r--r-- | dev-ruby/rack-protection/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rack-protection/rack-protection-1.5.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rack-protection/ChangeLog b/dev-ruby/rack-protection/ChangeLog index 9dd29945955e..dbd1286e9b96 100644 --- a/dev-ruby/rack-protection/ChangeLog +++ b/dev-ruby/rack-protection/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rack-protection # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/ChangeLog,v 1.20 2014/04/09 05:59:02 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/ChangeLog,v 1.21 2014/04/20 06:06:43 graaff Exp $ + + 20 Apr 2014; Hans de Graaff <graaff@gentoo.org> rack-protection-1.5.3.ebuild: + Add ruby21. *rack-protection-1.5.3 (09 Apr 2014) diff --git a/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild b/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild index 6c001c6461f4..465c946aa23c 100644 --- a/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild +++ b/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild,v 1.1 2014/04/09 05:59:02 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild,v 1.2 2014/04/20 06:06:43 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_TASK_DOC="" |