Skip to content

Commit

Permalink
Link to changelog in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
eizengan authored Jan 31, 2025
1 parent a82833b commit c598736
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pundit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]

gem.metadata = { "rubygems_mfa_required" => "true" }
gem.metadata = {
"rubygems_mfa_required" => "true",
"changelog_uri" => "https://github.com/varvet/pundit/blob/main/CHANGELOG.md"
}

gem.add_dependency "activesupport", ">= 3.0.0"
gem.add_development_dependency "actionpack", ">= 3.0.0" # Used to test strong parameters.
Expand Down

0 comments on commit c598736

Please sign in to comment.