From 718d4430ffae3abccd216629e3854bacc9aef057 Mon Sep 17 00:00:00 2001 From: ota42y Date: Thu, 28 Mar 2019 11:35:38 +0900 Subject: [PATCH] add github url for homepage There aren't github link in the gem page (https://rubygems.org/gems/makara) So when we want to know detail or changes on gem page, we should search this github page. --- makara.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makara.gemspec b/makara.gemspec index c4c0252a..3fb2c1d7 100644 --- a/makara.gemspec +++ b/makara.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |gem| gem.email = ["mike@mikeonrails.com"] gem.description = %q{Read-write split your DB yo} gem.summary = %q{Read-write split your DB yo} - gem.homepage = "" + gem.homepage = "https://github.com/taskrabbit/makara" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }