From c745e656838aab780dc88f8373437e540572c208 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Sat, 5 Jan 2013 19:39:57 +0100 Subject: [PATCH] Fix gem description. --- mutant.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mutant.gemspec b/mutant.gemspec index 84d8e054..67469065 100644 --- a/mutant.gemspec +++ b/mutant.gemspec @@ -5,8 +5,8 @@ Gem::Specification.new do |gem| gem.version = '0.2.12' gem.authors = [ 'Markus Schirp' ] gem.email = [ 'mbj@seonic.net' ] - gem.description = 'Mutation testing for ruby under rubinius' - gem.summary = gem.description + gem.description = 'Mutation testing for ruby' + gem.summary = 'Mutation testing tool for ruby under MRI and Rubinius' gem.homepage = 'https://github.com/mbj/mutant' gem.require_paths = [ 'lib' ]