Skip to content

Commit

Permalink
Provide a 'Changelog' link on rubygems.org/gems/image_processing (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-young-atg authored Aug 27, 2024
1 parent b07cb21 commit 264b0b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion image_processing.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Gem::Specification.new do |spec|
spec.files = Dir["README.md", "LICENSE.txt", "CHANGELOG.md", "lib/**/*.rb", "*.gemspec"]
spec.require_paths = ["lib"]

spec.metadata = { "rubygems_mfa_required" => "true" }
spec.metadata = { "changelog_uri" => spec.homepage + "/blob/master/CHANGELOG.md",
"rubygems_mfa_required" => "true" }

spec.add_dependency "mini_magick", ">= 4.9.5", "< 5"
spec.add_dependency "ruby-vips", ">= 2.0.17", "< 3"
Expand Down

0 comments on commit 264b0b1

Please sign in to comment.