We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9420b commit 3174891Copy full SHA for 3174891
uri.gemspec
@@ -18,6 +18,8 @@ Gem::Specification.new do |spec|
18
spec.required_ruby_version = '>= 2.4'
19
20
spec.metadata = {
21
+ "bug_tracker_uri" => "https://github.com/ruby/uri/issues",
22
+ "changelog_uri" => "https://github.com/ruby/uri/releases",
23
"documentation_uri" => "https://rubydoc.info/gems/uri",
24
"homepage_uri" => spec.homepage,
25
"source_code_uri" => spec.homepage
0 commit comments