8000 Merge pull request #649 from akinomaeni/patch-1 · flyerhzm/bullet@75ae2f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Merge pull request #649 from akinomaeni/patch-1
Browse files Browse the repository at this point in the history
fix changelog url in gemspec
  • Loading branch information
flyerhzm authored Mar 7, 2023
2 parents 185e07b + 37a657a commit 75ae2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bullet.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.summary = 'help to kill N+1 queries and unused eager loading.'
s.description = 'help to kill N+1 queries and unused eager loading.'
s.metadata = {
'changelog_uri' => 'https://github.com/flyerhzm/bullet/blob/master/CHANGELOG.md',
'changelog_uri' => 'https://github.com/flyerhzm/bullet/blob/main/CHANGELOG.md',
'source_code_uri' => 'https://github.com/flyerhzm/bullet'
}

Expand Down

0 comments on commit 75ae2f1

Please sign in to comment.
0