diff options
| author | Teddy Wing | 2017-05-01 02:45:11 +0200 |
|---|---|---|
| committer | Teddy Wing | 2017-05-01 02:45:11 +0200 |
| commit | d010a9eecc63a9a48789ecd4392aa0f9a12c8e36 (patch) | |
| tree | 207e2e3e27e21785e8b7339476b23eae8f41b427 | |
| parent | 4585a78e256599f2f75c7ef281cbb9e57b13b351 (diff) | |
| download | dbshell-rails-d010a9eecc63a9a48789ecd4392aa0f9a12c8e36.tar.bz2 | |
dbshell-rails.gemspec: Add long description
| -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' |
