Skip to content

Commit

Permalink
Merge pull request #789 from stoivo/stoivo-patch-1
Browse files Browse the repository at this point in the history
Update so gemspec changelog url include the version
  • Loading branch information
imjoehaines authored Aug 9, 2023
2 parents bdfbf39 + 70971ae commit 252bcd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugsnag.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |s|

if s.respond_to?(:metadata=)
s.metadata = {
"changelog_uri" => "https://github.com/bugsnag/bugsnag-ruby/blob/HEAD/CHANGELOG.md",
"changelog_uri" => "https://github.com/bugsnag/bugsnag-ruby/blob/v#{File.read("VERSION").strip}/CHANGELOG.md",
"documentation_uri" => "https://docs.bugsnag.com/platforms/ruby/",
"source_code_uri" => "https://github.com/bugsnag/bugsnag-ruby/",
"rubygems_mfa_required" => "true"
Expand Down

0 comments on commit 252bcd9

Please sign in to comment.