From 695646c4de141d574ff430180b6fd83ada96f567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Murat=20Kemal=20BAYG=C3=9CN?= Date: Fri, 19 Jul 2013 16:11:32 +0300 Subject: [PATCH] #12 Add and correct information on gemspec --- katip.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/katip.gemspec b/katip.gemspec index 65e210c..311e05d 100644 --- a/katip.gemspec +++ b/katip.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |spec| spec.authors = %w[lab2023] spec.email = %w[info@lab2023.com] spec.description = %q{This is a Change Logging gem for a git initialized project.} - spec.summary = %q{Planned to design a rake which dumps the change log as a list grouped by version tags. Log rows will contain links to commits, commit note and contributer name.} + spec.summary = %q{Katip is a gem which dumps the change log as a list grouped by version tags. It also has an executable ruby file katip, which can be used in any git project. Log rows will contain links to commits, commit note and contributor name.} spec.homepage = 'https://github.com/kebab-project/katip' spec.license = 'MIT'