Skip to content

Commit

Permalink
Consistently use double-quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Kapkov committed Oct 9, 2014
1 parent ca1c952 commit 2ddd7d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ require "thor/version"
Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 1.0"
spec.authors = ["Yehuda Katz", "José Valim"]
spec.description = %q(Thor is a toolkit for building powerful command-line interfaces.)
spec.description = "Thor is a toolkit for building powerful command-line interfaces."
spec.email = "ruby-thor@googlegroups.com"
spec.executables = %w[thor]
spec.files = %w[.document CHANGELOG.md LICENSE.md README.md thor.gemspec] + Dir['bin/*'] + Dir['lib/**/*.rb']
spec.files = %w[.document CHANGELOG.md LICENSE.md README.md thor.gemspec] + Dir["bin/*"] + Dir["lib/**/*.rb"]
spec.homepage = "http://whatisthor.com/"
spec.licenses = %w[MIT]
spec.name = "thor"
Expand Down

0 comments on commit 2ddd7d8

Please sign in to comment.