diff options
author | Hans de Graaff <graaff@gentoo.org> | 2008-10-24 07:10:09 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2008-10-24 07:10:09 +0000 |
commit | 35df87696c03765b37a060ed4bfc762d8f91d97a (patch) | |
tree | faa3cd6aabd7e720b23b7603938be61cfaccc66b | |
parent | Honour CC variable, fixes bug 243566. (diff) | |
download | gentoo-2-35df87696c03765b37a060ed4bfc762d8f91d97a.tar.gz gentoo-2-35df87696c03765b37a060ed4bfc762d8f91d97a.tar.bz2 gentoo-2-35df87696c03765b37a060ed4bfc762d8f91d97a.zip |
Version bump
(Portage version: 2.1.4.5)
-rw-r--r-- | dev-ruby/rspec/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/rspec/rspec-1.1.10.ebuild | 13 |
2 files changed, 19 insertions, 1 deletions
diff --git a/dev-ruby/rspec/ChangeLog b/dev-ruby/rspec/ChangeLog index 235b1fe3a548..3234a66d86cf 100644 --- a/dev-ruby/rspec/ChangeLog +++ b/dev-ruby/rspec/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/rspec # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.30 2008/10/21 05:46:35 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.31 2008/10/24 07:10:09 graaff Exp $ + +*rspec-1.1.10 (24 Oct 2008) + + 24 Oct 2008; Hans de Graaff <graaff@gentoo.org> +rspec-1.1.10.ebuild: + Version bump with one minor enhancement and two minor bugfixes. *rspec-1.1.9 (21 Oct 2008) diff --git a/dev-ruby/rspec/rspec-1.1.10.ebuild b/dev-ruby/rspec/rspec-1.1.10.ebuild new file mode 100644 index 000000000000..ef9330a1a118 --- /dev/null +++ b/dev-ruby/rspec/rspec-1.1.10.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.1.10.ebuild,v 1.1 2008/10/24 07:10:09 graaff Exp $ + +inherit gems + +DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby" +HOMEPAGE="http://rspec.rubyforge.org/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" |