diff options
author | Teddy Wing | 2017-05-01 04:38:28 +0200 |
---|---|---|
committer | Teddy Wing | 2017-05-01 04:38:28 +0200 |
commit | 67c870705085d44b99e9d0ca1361f9d62c133715 (patch) | |
tree | 3196d29e0ff277a64206ba7e0201369624701e95 | |
parent | 317fca5fb651f6510f514332bab7bc4ff83a6176 (diff) | |
download | dbshell-rails-67c870705085d44b99e9d0ca1361f9d62c133715.tar.bz2 |
dbshell-rails.gemspec: Add homepagev0.0.1
Link to the project's GitHub page.
-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 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") |