Skip to content

Commit

Permalink
Fix changelog uri in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ixti committed Feb 5, 2024
1 parent f7e16c8 commit 03370c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 03370c6

Please sign in to comment.