Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/simplecov-html/
Date: Sun, 06 Mar 2016 19:24:25
Message-Id: 1457292217.819f3d6504b1325bdd63cd10491e8e003516be7e.mrueg@gentoo
1 commit: 819f3d6504b1325bdd63cd10491e8e003516be7e
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 6 19:23:37 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 6 19:23:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=819f3d65
7
8 dev-ruby/simplecov-html: Fix desc
9
10 Package-Manager: portage-2.2.27
11
12 dev-ruby/simplecov-html/simplecov-html-0.10.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/simplecov-html/simplecov-html-0.10.0.ebuild b/dev-ruby/simplecov-html/simplecov-html-0.10.0.ebuild
16 index 913c7f9..a2a9ec7 100644
17 --- a/dev-ruby/simplecov-html/simplecov-html-0.10.0.ebuild
18 +++ b/dev-ruby/simplecov-html/simplecov-html-0.10.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -15,7 +15,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="assets public views"
26
27 inherit ruby-fakegem
28
29 -DESCRIPTION="Generates a nice HTML report of your SimpleCov ruby code coverage results on Ruby 1.9"
30 +DESCRIPTION="Generates a HTML report of your SimpleCov ruby code coverage results"
31 HOMEPAGE="https://github.com/colszowka/simplecov"
32 LICENSE="MIT"