From 03370c638127e1b8acd6c3e46cd8e2c15ce3965b Mon Sep 17 00:00:00 2001 From: Alexey Zapparov Date: Tue, 17 Oct 2023 17:17:48 +0200 Subject: [PATCH] Fix changelog uri in gemspec --- http.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http.gemspec b/http.gemspec index 995ce424..7e1adf20 100644 --- a/http.gemspec +++ b/http.gemspec @@ -39,7 +39,7 @@ Gem::Specification.new do |gem| "source_code_uri" => "https://github.com/httprb/http", "wiki_uri" => "https://github.com/httprb/http/wiki", "bug_tracker_uri" => "https://github.com/httprb/http/issues", - "changelog_uri" => "https://github.com/httprb/http/blob/v#{HTTP::VERSION}/CHANGES.md", + "changelog_uri" => "https://github.com/httprb/http/blob/v#{HTTP::VERSION}/CHANGELOG.md", "rubygems_mfa_required" => "true" } end