diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-03-06 20:54:21 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-03-06 20:54:21 +0100 |
commit | f9485e79b4e2e6a655f9e9e54a1d21b68af19bcc (patch) | |
tree | 978b9c76d1a200f75f7638d2985c75e4f931d839 /dev-ruby/bourne | |
parent | dev-ruby/bourne: Remove old (diff) | |
download | gentoo-f9485e79b4e2e6a655f9e9e54a1d21b68af19bcc.tar.gz gentoo-f9485e79b4e2e6a655f9e9e54a1d21b68af19bcc.tar.bz2 gentoo-f9485e79b4e2e6a655f9e9e54a1d21b68af19bcc.zip |
dev-ruby/bourne: Remove ruby19, fix desc
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-ruby/bourne')
-rw-r--r-- | dev-ruby/bourne/bourne-1.6.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/bourne/bourne-1.6.0.ebuild b/dev-ruby/bourne/bourne-1.6.0.ebuild index eb3ffce6eab9..0c5e37feffbd 100644 --- a/dev-ruby/bourne/bourne-1.6.0.ebuild +++ b/dev-ruby/bourne/bourne-1.6.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md" @@ -14,7 +14,7 @@ RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" inherit ruby-fakegem -DESCRIPTION="Extends mocha to allow detailed tracking and querying of stub and mock invocations" +DESCRIPTION="Extends mocha to allow tracking and querying of stub and mock invocations" HOMEPAGE="https://github.com/thoughtbot/bourne" LICENSE="MIT" |