diff options
-rw-r--r-- | dbshell-rails.gemspec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dbshell-rails.gemspec b/dbshell-rails.gemspec index 47196af..bda88aa 100644 --- a/dbshell-rails.gemspec +++ b/dbshell-rails.gemspec @@ -8,7 +8,11 @@ Gem::Specification.new do |spec| spec.version = DBShell::Rails::VERSION spec.authors = ['Teddy Wing'] spec.summary = %q{A Rake task to painlessly open a database shell.} - spec.description = %q{TODO: Write a longer description. Optional.} + spec.description = <<-EOF + A Rake task to painlessly open a database shell. Launches the + command line client of the current Rails environment's database and + automatically connects to the right database. + EOF spec.homepage = '' spec.license = 'MIT' |