RuboCop 0.52.0 linting (#603)

* gemspec: Make 2.2.2 the earliest-supported Ruby version

* Exclude linting which came out wrong
This commit is contained in:
Olle Jonsson
2017-12-13 21:00:36 +01:00
committed by GitHub
parent 9a9e57c9eb
commit ab6b38e315
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.version = GitHubChangelogGenerator::VERSION
spec.default_executable = "github_changelog_generator"
spec.required_ruby_version = ">= 1.9.3"
spec.required_ruby_version = ">= 2.2.2"
spec.authors = ["Petr Korolev", "Olle Jonsson"]
spec.email = "sky4winder+github_changelog_generator@gmail.com"