From 197a438c092d5ff4177e318cb101db2856023db8 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Wed, 2 Mar 2016 06:27:11 +0100 Subject: [PATCH] Gemspec, default date --- github_changelog_generator.gemspec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/github_changelog_generator.gemspec b/github_changelog_generator.gemspec index d542c17..7a9aa8b 100644 --- a/github_changelog_generator.gemspec +++ b/github_changelog_generator.gemspec @@ -1,5 +1,4 @@ # coding: utf-8 -require "date" lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "github_changelog_generator/version" @@ -12,7 +11,7 @@ Gem::Specification.new do |spec| spec.required_ruby_version = ">= 1.9.3" spec.authors = ["Petr Korolev"] spec.email = "sky4winder+github_changelog_generator@gmail.com" - spec.date = Date.today.iso8601 + spec.summary = "Script, that automatically generate changelog from your tags, issues, labels and pull requests." spec.description = "Changelog generation has never been so easy. Fully automate changelog generation - this gem generate change log file based on tags, issues and merged pull requests from Github issue tracker." spec.homepage = "https://github.com/skywinder/Github-Changelog-Generator"