Skip to content

Commit

Permalink
apply rubocop auto-correct to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
tbpgr committed Jun 11, 2014
1 parent 4e2bf37 commit b6e30b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rainbow.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ Gem::Specification.new do |spec|
spec.version = Rainbow::VERSION
spec.authors = ["Marcin Kulik"]
spec.email = ["[email protected]"]
spec.description = %q{Colorize printed text on ANSI terminals}
spec.summary = %q{Colorize printed text on ANSI terminals}
spec.description = %q(Colorize printed text on ANSI terminals)
spec.summary = %q(Colorize printed text on ANSI terminals)
spec.homepage = "https://github.com/sickill/rainbow"
spec.license = "MIT"
spec.required_ruby_version = '>= 1.9.2'

spec.files = `git ls-files`.split($/)
spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]
Expand Down

0 comments on commit b6e30b5

Please sign in to comment.