From: Hans de Graaff Date: Tue, 9 Feb 2016 06:01:56 +0000 (+0100) Subject: dev-ruby/simplecov: fix description length X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9dc82c0b934b0db45ea15617ab50f5fd6ff2eaef;p=gentoo.git dev-ruby/simplecov: fix description length Package-Manager: portage-2.2.26 --- diff --git a/dev-ruby/simplecov/simplecov-0.11.2.ebuild b/dev-ruby/simplecov/simplecov-0.11.2.ebuild index 680c2d3ae445..2644b693cddc 100644 --- a/dev-ruby/simplecov/simplecov-0.11.2.ebuild +++ b/dev-ruby/simplecov/simplecov-0.11.2.ebuild @@ -12,7 +12,7 @@ RUBY_FAKEGEM_TASK_DOC="" inherit ruby-fakegem -DESCRIPTION="Code coverage with a configuration library and automatic merging of coverage across test suites" +DESCRIPTION="Code coverage with a configuration library and merging across test suites" HOMEPAGE="https://www.ruby-toolbox.com/projects/simplecov https://github.com/colszowka/simplecov" LICENSE="MIT"