[ruby/uri] Add documentation link into gemspec

https://github.com/ruby/uri/commit/19ced145f4
This commit is contained in:
Alexander Popov 2023-02-26 03:35:24 +03:00 коммит произвёл git
Родитель cb8a040b79
Коммит 57e6d66450
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -19,6 +19,7 @@ Gem::Specification.new do |spec|
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage
spec.metadata["documentation_uri"] = "https://rubydoc.info/gems/uri"
# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.