diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2012-08-11 11:27:44 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2012-08-11 11:27:44 +0000 |
commit | 45f7c2909a11bdf1bf57c00db9392f8950acb878 (patch) | |
tree | 931499faa3d363bbf0792e81004303a7499cbb4b /dev-ruby/merb-param-protection | |
parent | add ruby19 support (diff) | |
download | gentoo-2-45f7c2909a11bdf1bf57c00db9392f8950acb878.tar.gz gentoo-2-45f7c2909a11bdf1bf57c00db9392f8950acb878.tar.bz2 gentoo-2-45f7c2909a11bdf1bf57c00db9392f8950acb878.zip |
add ruby19 support
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/merb-param-protection')
-rw-r--r-- | dev-ruby/merb-param-protection/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/merb-param-protection/merb-param-protection-1.1.3.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-ruby/merb-param-protection/ChangeLog b/dev-ruby/merb-param-protection/ChangeLog index a36d9f97160f..05e9d18b7b3a 100644 --- a/dev-ruby/merb-param-protection/ChangeLog +++ b/dev-ruby/merb-param-protection/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/merb-param-protection -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-param-protection/ChangeLog,v 1.2 2011/01/02 12:33:51 graaff Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-param-protection/ChangeLog,v 1.3 2012/08/11 11:27:44 hollow Exp $ + + 11 Aug 2012; Benedikt Böhm <hollow@gentoo.org> + merb-param-protection-1.1.3.ebuild: + add ruby19 support *merb-param-protection-1.1.3 (02 Jan 2011) diff --git a/dev-ruby/merb-param-protection/merb-param-protection-1.1.3.ebuild b/dev-ruby/merb-param-protection/merb-param-protection-1.1.3.ebuild index b69155240b52..9d2bc2f8b90a 100644 --- a/dev-ruby/merb-param-protection/merb-param-protection-1.1.3.ebuild +++ b/dev-ruby/merb-param-protection/merb-param-protection-1.1.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-param-protection/merb-param-protection-1.1.3.ebuild,v 1.1 2011/01/02 12:33:51 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-param-protection/merb-param-protection-1.1.3.ebuild,v 1.2 2012/08/11 11:27:44 hollow Exp $ EAPI="2" -USE_RUBY="ruby18" +USE_RUBY="ruby18 ruby19" RUBY_FAKEGEM_TASK_TEST="spec" |