зеркало из https://github.com/github/ruby.git
[ruby/uri] Sort gemspec `metadata` object alphabetical
https://github.com/ruby/uri/commit/1e9420b57c
This commit is contained in:
Родитель
932c0e77ee
Коммит
93a54a3c30
|
@ -18,9 +18,9 @@ Gem::Specification.new do |spec|
|
||||||
spec.required_ruby_version = '>= 2.4'
|
spec.required_ruby_version = '>= 2.4'
|
||||||
|
|
||||||
spec.metadata = {
|
spec.metadata = {
|
||||||
|
"documentation_uri" => "https://rubydoc.info/gems/uri",
|
||||||
"homepage_uri" => spec.homepage,
|
"homepage_uri" => spec.homepage,
|
||||||
"source_code_uri" => spec.homepage,
|
"source_code_uri" => spec.homepage
|
||||||
"documentation_uri" => "https://rubydoc.info/gems/uri"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Specify which files should be added to the gem when it is released.
|
# Specify which files should be added to the gem when it is released.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче