Revert "fix #37"

This reverts commit cf4692c7b02e969c53f1f362b490f4b9b6d49c63.
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