1
0
Fork 0
mirror of https://github.com/ms-ati/docile synced 2023-03-27 23:21:52 -04:00

Add metadata to gemspec

This commit is contained in:
Chun-wei Kuo 2021-05-17 14:33:45 +10:00
parent f87c158928
commit 5a4729534c
No known key found for this signature in database
GPG key ID: EC761494ADF3E2B9

View file

@ -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