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'