From 8ffe5a168bbd9537ba7f3a2587086b9c710e1050 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Tue, 3 Mar 2015 09:28:26 +0200 Subject: [PATCH] update gemfile --- github_changelog_generator.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/github_changelog_generator.gemspec b/github_changelog_generator.gemspec index 1e75438..a99fa8a 100644 --- a/github_changelog_generator.gemspec +++ b/github_changelog_generator.gemspec @@ -13,8 +13,8 @@ Gem::Specification.new do |spec| spec.authors = ["Petr Korolev"] spec.email = %q{sky4winder+github_changelog_generator@gmail.com} spec.date = `date +"%Y-%m-%d"`.strip! - spec.summary = %q{Script, that automatically generate change-log from your tags and pull-requests.} - spec.description = %q{Script, that automatically generate change-log from your tags and pull-requests} + spec.summary = %q{Script, that automatically generate changelog from your tags, issues, labels and pull requests.} + spec.description = %q{Script, that automatically generate changelog from your tags, issues, labels and pull requests.} spec.homepage = %q{https://github.com/skywinder/Github-Changelog-Generator} spec.license = "MIT"