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:
parent
f87c158928
commit
5a4729534c
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue