Skip to content

Commit d19b3c5

Browse files
committed
Merge pull request #442 from igas/gemspec-double-quotes
Consistently use double-quotes
2 parents ca1c952 + 2ddd7d8 commit d19b3c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

thor.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ require "thor/version"
66
Gem::Specification.new do |spec|
77
spec.add_development_dependency "bundler", "~> 1.0"
88
spec.authors = ["Yehuda Katz", "José Valim"]
9-
spec.description = %q(Thor is a toolkit for building powerful command-line interfaces.)
9+
spec.description = "Thor is a toolkit for building powerful command-line interfaces."
1010
spec.email = "[email protected]"
1111
spec.executables = %w[thor]
12-
spec.files = %w[.document CHANGELOG.md LICENSE.md README.md thor.gemspec] + Dir['bin/*'] + Dir['lib/**/*.rb']
12+
spec.files = %w[.document CHANGELOG.md LICENSE.md README.md thor.gemspec] + Dir["bin/*"] + Dir["lib/**/*.rb"]
1313
spec.homepage = "http://whatisthor.com/"
1414
spec.licenses = %w[MIT]
1515
spec.name = "thor"

0 commit comments

Comments
 (0)