summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/rspec/rspec-1.1.12.ebuild')
-rw-r--r--dev-ruby/rspec/rspec-1.1.12.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-ruby/rspec/rspec-1.1.12.ebuild b/dev-ruby/rspec/rspec-1.1.12.ebuild
new file mode 100644
index 000000000000..387c761dcf35
--- /dev/null
+++ b/dev-ruby/rspec/rspec-1.1.12.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.1.12.ebuild,v 1.1 2009/01/12 18:13:42 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 ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-ruby/rubygems-1.3.0"