diff options
author | Teddy Wing | 2017-04-30 00:38:39 +0200 |
---|---|---|
committer | Teddy Wing | 2017-05-01 02:31:00 +0200 |
commit | b660b676c8bcf60a30252d109b762af8d42fd5d1 (patch) | |
tree | 2c3cc98234bc8cff889c5193491e78bb5ed9a6d5 | |
parent | 5a8c88d3771018978be8f5fb05f44f6d8aba5e7e (diff) | |
download | dbshell-rails-b660b676c8bcf60a30252d109b762af8d42fd5d1.tar.bz2 |
dbshell-rails.gemspec: Add a short description
-rw-r--r-- | dbshell-rails.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbshell-rails.gemspec b/dbshell-rails.gemspec index 1fcaf51..fc832a8 100644 --- a/dbshell-rails.gemspec +++ b/dbshell-rails.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |spec| spec.name = "dbshell-rails" spec.version = DBShell::Rails::VERSION spec.authors = ["Teddy Wing"] - spec.summary = %q{TODO: Write a short summary. Required.} + spec.summary = %q{A Rake task to painlessly open a database shell.} spec.description = %q{TODO: Write a longer description. Optional.} spec.homepage = "" spec.license = "MIT" |