File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ require "thor/version"
6
6
Gem ::Specification . new do |spec |
7
7
spec . add_development_dependency "bundler" , "~> 1.0"
8
8
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."
10
10
11
11
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" ]
13
13
spec . homepage = "http://whatisthor.com/"
14
14
spec . licenses = %w[ MIT ]
15
15
spec . name = "thor"
You can’t perform that action at this time.
0 commit comments