Skip to content

Commit

Permalink
Merge pull request #115 from fynsta/patch-1
Browse files Browse the repository at this point in the history
Add changelog_uri to gemspec
  • Loading branch information
HarlemSquirrel authored Dec 19, 2024
2 parents 9dcae94 + 2aa9252 commit 092f004
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions amazing_print.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Gem::Specification.new do |s|
s.summary = 'Pretty print Ruby objects with proper indentation and colors'
s.description = 'Great Ruby debugging companion: pretty print Ruby objects to visualize their structure. Supports custom object formatting via plugins'
s.license = 'MIT'
s.metadata = {
"changelog_uri" => "https://github.com/amazing-print/amazing_print/blob/master/CHANGELOG.md"
}

s.files = Dir['lib/**/*', 'rails/*', 'CHANGELOG.md', 'CONTRIBUTING.md', 'README.md']
s.executables = []
Expand Down

0 comments on commit 092f004

Please sign in to comment.