aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2017-05-01 04:38:28 +0200
committerTeddy Wing2017-05-01 04:38:28 +0200
commit67c870705085d44b99e9d0ca1361f9d62c133715 (patch)
tree3196d29e0ff277a64206ba7e0201369624701e95
parent317fca5fb651f6510f514332bab7bc4ff83a6176 (diff)
downloaddbshell-rails-0.0.1.tar.bz2
dbshell-rails.gemspec: Add homepagev0.0.1
Link to the project's GitHub page.
-rw-r--r--dbshell-rails.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbshell-rails.gemspec b/dbshell-rails.gemspec
index 15872ec..2d3a7cb 100644
--- a/dbshell-rails.gemspec
+++ b/dbshell-rails.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
command line client of the current Rails environment's database and
automatically connects to the right database.
EOF
- spec.homepage = ''
+ spec.homepage = 'https://github.com/teddywing/dbshell-rails'
spec.license = 'LGPL-3.0+'
spec.files = `git ls-files -z`.split("\x0")