summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/test-spec/test-spec-0.9.0.ebuild')
-rw-r--r--dev-ruby/test-spec/test-spec-0.9.0.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-ruby/test-spec/test-spec-0.9.0.ebuild b/dev-ruby/test-spec/test-spec-0.9.0.ebuild
new file mode 100644
index 000000000000..6fa18fa8e389
--- /dev/null
+++ b/dev-ruby/test-spec/test-spec-0.9.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2008 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.9.0.ebuild,v 1.1 2008/12/20 14:59:02 graaff Exp $
+
+inherit ruby gems
+
+DESCRIPTION="A library to do Behavior Driven Development with Test::Unit"
+HOMEPAGE="http://chneukirchen.org/blog/"
+SRC_URI="http://chneukirchen.org/releases/gems/gems/${P}.gem"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/ruby-1.8.5"