commit: 9dc82c0b934b0db45ea15617ab50f5fd6ff2eaef Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Feb 9 06:01:56 2016 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Feb 9 06:01:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc82c0b
dev-ruby/simplecov: fix description length Package-Manager: portage-2.2.26 dev-ruby/simplecov/simplecov-0.11.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/simplecov/simplecov-0.11.2.ebuild b/dev-ruby/simplecov/simplecov-0.11.2.ebuild index 680c2d3..2644b69 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"