[ruby/uri] Sort gemspec `metadata` object alphabetical

https://github.com/ruby/uri/commit/1e9420b57c
This commit is contained in:
Alexander Popov 2023-02-26 03:37:15 +03:00 коммит произвёл git
Родитель 932c0e77ee
Коммит 93a54a3c30
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -18,9 +18,9 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 2.4'
spec.metadata = {
"documentation_uri" => "https://rubydoc.info/gems/uri",
"homepage_uri" => spec.homepage,
"source_code_uri" => spec.homepage,
"documentation_uri" => "https://rubydoc.info/gems/uri"
"source_code_uri" => spec.homepage
}
# Specify which files should be added to the gem when it is released.