Skip to content

Commit

Permalink
Merge pull request #123 from mark-young-atg/provide_changelog_link_on…
Browse files Browse the repository at this point in the history
…_rubygems

Provide a 'Changelog' link on rubygems.org/gems/memory_profiler
  • Loading branch information
SamSaffron authored Jun 27, 2024
2 parents 366dee1 + 6fe664b commit 618e3da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions memory_profiler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ Gem::Specification.new do |spec|
spec.files = Dir["README.md", "CHANGELOG.md", "LICENSE.txt", "lib/**/*", "bin/ruby-memory-profiler"]

spec.required_ruby_version = ">= 3.1.0"

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

0 comments on commit 618e3da

Please sign in to comment.