Revert "fix #37"

This reverts commit cf4692c7b0.
This commit is contained in:
Petr Korolev
2015-02-17 19:59:58 +02:00
parent 70543e854b
commit c73142e169
+1 -1
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