rubocop autofix

This commit is contained in:
Petr Korolev 2016-02-25 12:00:45 +02:00
parent 827afcda02
commit 6706b10311
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
github_changelog_generator (1.10.4)
github_changelog_generator (1.11.0)
bundler (>= 1.7)
colorize (~> 0.7)
github_api (~> 0.12)

View File

@ -1,4 +1,4 @@
require 'pathname'
require "pathname"
module GitHubChangelogGenerator
ParserError = Class.new(StandardError)