From 205bdfb39b01b1d4e8f1d9da03b952775225fa92 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Tue, 17 Feb 2015 19:59:58 +0200 Subject: [PATCH] Revert "fix #37" This reverts commit cf4692c7b02e969c53f1f362b490f4b9b6d49c63. --- lib/github_changelog_generator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/github_changelog_generator.rb b/lib/github_changelog_generator.rb index 53e4b6f..70bbc9c 100755 --- a/lib/github_changelog_generator.rb +++ b/lib/github_changelog_generator.rb @@ -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