Skip to content

Commit

Permalink
Rubocop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HarlemSquirrel committed Dec 19, 2024
1 parent 092f004 commit a9bb231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amazing_print.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
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"
'changelog_uri' => 'https://github.com/amazing-print/amazing_print/blob/master/CHANGELOG.md'
}

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

0 comments on commit a9bb231

Please sign in to comment.