Skip to content

Commit

Permalink
Add changelog link to gemspec for rubygems.org (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
tilo authored Feb 7, 2024
1 parent 2d72c71 commit 849e72f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions after_commit_everywhere.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.metadata["changelog_uri"] = "https://github.com/Envek/after_commit_everywhere/blob/master/CHANGELOG.md"

spec.add_dependency "activerecord", ">= 4.2"
spec.add_dependency "activesupport"
spec.add_development_dependency "appraisal"
Expand Down

0 comments on commit 849e72f

Please sign in to comment.