fix rubocop warrnings

This commit is contained in:
Petr Korolev
2016-03-28 12:59:58 +03:00
parent 1c37268c3d
commit 5c9c05ca19
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/skywinder/Github-Changelog-Generator"
spec.license = "MIT"
spec.files = Dir['{bin,lib,man,spec}/**/*', 'Rakefile', 'README.md']
spec.files = Dir["{bin,lib,man,spec}/**/*", "Rakefile", "README.md"]
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})