diff options
-rw-r--r-- | dev-ruby/test-spec/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/test-spec/test-spec-0.10.0.ebuild | 14 |
2 files changed, 21 insertions, 2 deletions
diff --git a/dev-ruby/test-spec/ChangeLog b/dev-ruby/test-spec/ChangeLog index d534f97d70bf..b5056f17001c 100644 --- a/dev-ruby/test-spec/ChangeLog +++ b/dev-ruby/test-spec/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/test-spec -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-spec/ChangeLog,v 1.3 2008/12/20 14:59:02 graaff Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-spec/ChangeLog,v 1.4 2009/03/01 12:58:33 a3li Exp $ + +*test-spec-0.10.0 (01 Mar 2009) + + 01 Mar 2009; Alex Legler <a3li@gentoo.org> +test-spec-0.10.0.ebuild: + Version bump. Gem is now available on rubyforge, and looks 19 compatible. *test-spec-0.9.0 (20 Dec 2008) diff --git a/dev-ruby/test-spec/test-spec-0.10.0.ebuild b/dev-ruby/test-spec/test-spec-0.10.0.ebuild new file mode 100644 index 000000000000..85aa49ef7fc1 --- /dev/null +++ b/dev-ruby/test-spec/test-spec-0.10.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-spec/test-spec-0.10.0.ebuild,v 1.1 2009/03/01 12:58:33 a3li Exp $ + +inherit ruby gems +USE_RUBY="ruby18 ruby19" + +DESCRIPTION="A library to do Behavior Driven Development with Test::Unit" +HOMEPAGE="http://chneukirchen.org/blog/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" |