Skip to content

Commit

Permalink
Fix chamgelog uri in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ixti committed Oct 17, 2023
1 parent fb6f3fe commit 2f0fc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http.gemspec
Expand Up @@ -37,7 +37,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

0 comments on commit 2f0fc93

Please sign in to comment.