From 5a4729534ce17c1cf44243e1a2809cc94625b8df Mon Sep 17 00:00:00 2001 From: Chun-wei Kuo Date: Mon, 17 May 2021 14:33:45 +1000 Subject: [PATCH] Add metadata to gemspec --- docile.gemspec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docile.gemspec b/docile.gemspec index 7ac3c35..dea11fd 100644 --- a/docile.gemspec +++ b/docile.gemspec @@ -26,4 +26,10 @@ Gem::Specification.new do |s| f.match(%r{^(test|spec|features)/}) end s.require_paths = ["lib"] + + s.metadata = { + "homepage_uri" => "https://ms-ati.github.io/docile/", + "changelog_uri" => "https://github.com/ms-ati/docile/blob/main/HISTORY.md", + "source_code_uri" => "https://github.com/ms-ati/docile", + } end