From 0cc7065efc614f5bf2854cf713178c222b51b730 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Tue, 5 Jan 2016 21:59:39 +0100 Subject: [PATCH] linting --- github_changelog_generator.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/github_changelog_generator.gemspec b/github_changelog_generator.gemspec index 6f4c59d..fd6249d 100644 --- a/github_changelog_generator.gemspec +++ b/github_changelog_generator.gemspec @@ -9,14 +9,14 @@ 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 = ">= 1.9.3" spec.authors = ["Petr Korolev"] spec.email = "sky4winder+github_changelog_generator@gmail.com" spec.date = `date +"%Y-%m-%d"`.strip! spec.summary = "Script, that automatically generate changelog from your tags, issues, labels and pull requests." spec.description = "Changelog generation has never been so easy. Fully automate changelog generation - this gem generate change log file based on tags, issues and merged pull requests from Github issue tracker." spec.homepage = "https://github.com/skywinder/Github-Changelog-Generator" - spec.license = "MIT" + spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }