From d010a9eecc63a9a48789ecd4392aa0f9a12c8e36 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 1 May 2017 02:45:11 +0200 Subject: dbshell-rails.gemspec: Add long description --- dbshell-rails.gemspec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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' -- cgit v1.2.3