diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-02-09 07:01:56 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-02-09 07:01:56 +0100 |
commit | 9dc82c0b934b0db45ea15617ab50f5fd6ff2eaef (patch) | |
tree | 1512343f0c741e6e507d0b9324ae7123778550c2 /dev-ruby/simplecov | |
parent | dev-ruby/simplecov: add 0.11.2 (diff) | |
download | gentoo-9dc82c0b934b0db45ea15617ab50f5fd6ff2eaef.tar.gz gentoo-9dc82c0b934b0db45ea15617ab50f5fd6ff2eaef.tar.bz2 gentoo-9dc82c0b934b0db45ea15617ab50f5fd6ff2eaef.zip |
dev-ruby/simplecov: fix description length
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-ruby/simplecov')
-rw-r--r-- | dev-ruby/simplecov/simplecov-0.11.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |