From 44ea38ac9367450e6c9c110acb91309a63972dca Mon Sep 17 00:00:00 2001 From: Sean Collins Date: Fri, 13 Oct 2017 12:54:40 -0600 Subject: [PATCH] Add source_code_uri to gemspec --- hanami-cli.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/hanami-cli.gemspec b/hanami-cli.gemspec index 4639fdb5..bfda81ab 100644 --- a/hanami-cli.gemspec +++ b/hanami-cli.gemspec @@ -15,6 +15,7 @@ Gem::Specification.new do |spec| spec.homepage = "http://hanamirb.org" spec.metadata['allowed_push_host'] = "https://rubygems.org" + spec.metadata['source_code_uri'] = "https://github.com/hanami/cli" spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }