We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 580372d commit 9f8c890Copy full SHA for 9f8c890
thor.gemspec
@@ -6,7 +6,7 @@ require 'thor/version'
6
Gem::Specification.new do |spec|
7
spec.add_development_dependency 'bundler', '~> 1.0'
8
spec.authors = ['Yehuda Katz', 'José Valim']
9
- spec.description = %q{A scripting framework that replaces rake, sake and rubigen}
+ spec.description = %q{Thor is a toolkit for building powerful command-line interfaces.}
10
spec.email = '[email protected]'
11
spec.executables = %w(thor)
12
spec.files = %w(.document CHANGELOG.md LICENSE.md README.md Thorfile thor.gemspec)
0 commit comments