From 0517674f045e4e17f314fb9c2b16ba31fc4fc645 Mon Sep 17 00:00:00 2001 From: Andrew Waage Date: Fri, 20 May 2016 00:00:18 -0700 Subject: [PATCH] one more place for stringify keys --- lib/github_changelog_generator/octo_fetcher.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/github_changelog_generator/octo_fetcher.rb b/lib/github_changelog_generator/octo_fetcher.rb index 9f2fe2d..d173631 100644 --- a/lib/github_changelog_generator/octo_fetcher.rb +++ b/lib/github_changelog_generator/octo_fetcher.rb @@ -201,7 +201,7 @@ Make sure, that you push tags to remote repo via 'git push --tags'".yellow def fetch_date_of_tag(tag) commit_data = check_github_response { @client.commit(user_project, tag['commit']['sha']) } - commit_data[:commit][:committer][:date] + commit_data['commit']['committer']['date'] end # Fetch commit for specified event