diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-08-05 16:02:54 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-08-05 16:02:54 +0000 |
commit | 90089aed7640e0e9a4932871354d88bb5890f1ac (patch) | |
tree | 4ece5d6cbb6076c92131a2291b690ee2e929052d /dev-ruby/minitest/minitest-4.7.4.ebuild | |
parent | version bump, fix bash-completion installation (bug 518902) (diff) | |
download | historical-90089aed7640e0e9a4932871354d88bb5890f1ac.tar.gz historical-90089aed7640e0e9a4932871354d88bb5890f1ac.tar.bz2 historical-90089aed7640e0e9a4932871354d88bb5890f1ac.zip |
Remove trailing '.' from DESCRIPTION.
Package-Manager: portage-2.2.11-r1/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/minitest/minitest-4.7.4.ebuild')
-rw-r--r-- | dev-ruby/minitest/minitest-4.7.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/minitest/minitest-4.7.4.ebuild b/dev-ruby/minitest/minitest-4.7.4.ebuild index 891c2029ace2..06771fc6333e 100644 --- a/dev-ruby/minitest/minitest-4.7.4.ebuild +++ b/dev-ruby/minitest/minitest-4.7.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-4.7.4.ebuild,v 1.14 2014/04/07 13:24:11 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-4.7.4.ebuild,v 1.15 2014/08/05 16:00:39 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 jruby" @@ -12,7 +12,7 @@ RUBY_FAKEGEM_EXTRADOC="History.txt Manifest.txt README.txt" inherit ruby-fakegem -DESCRIPTION="minitest/unit is a small and fast replacement for ruby's huge and slow test/unit." +DESCRIPTION="minitest/unit is a small and fast replacement for ruby's huge and slow test/unit" HOMEPAGE="https://github.com/seattlerb/minitest" LICENSE="MIT" |