diff options
Diffstat (limited to 'dev-ruby/rspec/rspec-1.2.9-r1.ebuild')
-rw-r--r-- | dev-ruby/rspec/rspec-1.2.9-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-ruby/rspec/rspec-1.2.9-r1.ebuild b/dev-ruby/rspec/rspec-1.2.9-r1.ebuild index 9955bc1e431d..55abb9eaa6b4 100644 --- a/dev-ruby/rspec/rspec-1.2.9-r1.ebuild +++ b/dev-ruby/rspec/rspec-1.2.9-r1.ebuild @@ -1,10 +1,12 @@ # 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.2.9-r1.ebuild,v 1.1 2009/12/15 15:06:29 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.2.9-r1.ebuild,v 1.2 2009/12/17 10:13:06 graaff Exp $ EAPI=2 USE_RUBY="ruby18 ruby19 jruby" +RUBY_FAKEGEM_TASK_DOC="" + inherit ruby-fakegem DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby" |