diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-08-02 01:32:53 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-08-02 01:32:53 +0000 |
commit | bdd4d4eaa2e6e59d83c2174b69d2b8234b06b15d (patch) | |
tree | d6f159aab8a5526e4609ea4eb087ae8405f38260 /dev-ruby/merb-param-protection | |
parent | Add ruby21 support. (diff) | |
download | gentoo-2-bdd4d4eaa2e6e59d83c2174b69d2b8234b06b15d.tar.gz gentoo-2-bdd4d4eaa2e6e59d83c2174b69d2b8234b06b15d.tar.bz2 gentoo-2-bdd4d4eaa2e6e59d83c2174b69d2b8234b06b15d.zip |
Add ruby20 support.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/merb-param-protection')
-rw-r--r-- | dev-ruby/merb-param-protection/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/merb-param-protection/merb-param-protection-1.1.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/merb-param-protection/ChangeLog b/dev-ruby/merb-param-protection/ChangeLog index 0ffa70fca2c0..bbf8386eb319 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-param-protection/ChangeLog,v 1.6 2014/04/25 00:54:50 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-param-protection/ChangeLog,v 1.7 2014/08/02 01:32:53 mrueg Exp $ + + 02 Aug 2014; Manuel Rüger <mrueg@gentoo.org> + merb-param-protection-1.1.3.ebuild: + Add ruby20 support. 25 Apr 2014; Manuel Rüger <mrueg@gentoo.org> merb-param-protection-1.1.3.ebuild: 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 83a8b275d406..5d701a48ced7 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-2014 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.3 2014/04/25 00:54:50 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-param-protection/merb-param-protection-1.1.3.ebuild,v 1.4 2014/08/02 01:32:53 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_TASK_TEST="spec" |