Skip to content

Commit 90c08b0

Browse files
authored
Merge pull request #124 from mark-young-atg/provide_changelog_link_on_rubygems
Provide a 'Changelog' link on rubygems.org/gems/memory_profiler
2 parents 187eeac + f4d698f commit 90c08b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

memory_profiler.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ Gem::Specification.new do |spec|
2020

2121
spec.required_ruby_version = ">= 3.1.0"
2222

23-
spec.metadata["changelog_uri"] = spec.homepage + "/blob/master/CHANGELOG.md'
23+
spec.metadata["changelog_uri"] = spec.homepage + "/blob/master/CHANGELOG.md"
2424
end

0 commit comments

Comments
 (0)