Revert "fix #37"

This reverts commit cf4692c7b0.
This commit is contained in:
Petr Korolev 2015-02-17 19:59:58 +02:00
parent 2b603e8b26
commit 205bdfb39b

View File

@ -298,7 +298,7 @@ module GitHubChangelogGenerator
array.select { |req|
if req[hash_key]
t = Time.parse(req[hash_key]).utc - 60
t = Time.parse(req[hash_key]).utc
if older_tag_time.nil?
tag_in_range_old = true