blob: 08be73cfa062478c950c045e943630d2bdf267f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/webrat/webrat-0.5.1.ebuild,v 1.1 2009/08/23 07:17:45 graaff Exp $
inherit gems
DESCRIPTION="Ruby acceptance testing for web applications"
HOMEPAGE="http://github.com/brynary/webrat/"
LICENSE="MIT"
KEYWORDS="~x86 ~amd64"
SLOT="0"
IUSE=""
USE_RUBY="ruby18"
RDEPEND=">=dev-ruby/nokogiri-1.2.0
>=dev-ruby/rack-1.0"
DEPEND="${DEPEND}"
|