diff options
author | 2012-02-11 10:22:02 +0000 | |
---|---|---|
committer | 2012-02-11 10:22:02 +0000 | |
commit | a013fc5a3861cdddfec72d022efe00497c31eaa6 (patch) | |
tree | d9b30708f27e8a15ea8e54285dc767723e423070 | |
parent | version bump wrt #402957 (diff) | |
download | gentoo-2-a013fc5a3861cdddfec72d022efe00497c31eaa6.tar.gz gentoo-2-a013fc5a3861cdddfec72d022efe00497c31eaa6.tar.bz2 gentoo-2-a013fc5a3861cdddfec72d022efe00497c31eaa6.zip |
Run specs directly to avoid extra dependency on yard, bug 395971.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
-rw-r--r-- | dev-ruby/twitter/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/twitter/twitter-2.0.2.ebuild | 8 |
2 files changed, 11 insertions, 4 deletions
diff --git a/dev-ruby/twitter/ChangeLog b/dev-ruby/twitter/ChangeLog index 06f06b6ca20c..b38a8c82d07d 100644 --- a/dev-ruby/twitter/ChangeLog +++ b/dev-ruby/twitter/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/twitter -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/twitter/ChangeLog,v 1.24 2011/12/25 10:18:47 graaff Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/twitter/ChangeLog,v 1.25 2012/02/11 10:22:02 graaff Exp $ + + 11 Feb 2012; Hans de Graaff <graaff@gentoo.org> twitter-2.0.2.ebuild: + Run specs directly to avoid extra dependency on yard, bug 395971. *twitter-2.0.2 (25 Dec 2011) diff --git a/dev-ruby/twitter/twitter-2.0.2.ebuild b/dev-ruby/twitter/twitter-2.0.2.ebuild index 4916b553028b..6dfa70df52b3 100644 --- a/dev-ruby/twitter/twitter-2.0.2.ebuild +++ b/dev-ruby/twitter/twitter-2.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/twitter/twitter-2.0.2.ebuild,v 1.1 2011/12/25 10:18:46 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/twitter/twitter-2.0.2.ebuild,v 1.2 2012/02/11 10:22:02 graaff Exp $ EAPI="2" USE_RUBY="ruby18 ree18" @@ -37,3 +37,7 @@ all_ruby_prepare() { sed -i -e '/[sS]imple[cC]ov/ s:^:#:' spec/helper.rb || die } + +each_ruby_test() { + ${RUBY} -S rspec spec || die +} |