Skip to content

🐛 Fix gemspec authors/email and use PER_PAGE constant#73

Merged
fusion94 merged 1 commit intomasterfrom
fix/60-61-quick-bugs
Mar 18, 2026
Merged

🐛 Fix gemspec authors/email and use PER_PAGE constant#73
fusion94 merged 1 commit intomasterfrom
fix/60-61-quick-bugs

Conversation

@fusion94
Copy link
Copy Markdown
Collaborator

@fusion94 fusion94 commented Mar 18, 2026

Summary

Two quick bug fixes.

Changes

Test Plan

  • gem build shows correct authors and email
  • Index page defaults to 50 items per page when param not provided

Closes #60
Closes #61

- #60: Second spec.authors was overwriting authors with email.
  Changed to spec.email.
- #61: PER_PAGE constant (50) was defined but never used.
  Now used as default when per_page param is not provided.

Closes #60
Closes #61
@fusion94 fusion94 merged commit cfb2b6d into master Mar 18, 2026
3 of 18 checks passed
@fusion94 fusion94 deleted the fix/60-61-quick-bugs branch March 18, 2026 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: PER_PAGE constant defined but never used Bug: Gemspec sets authors twice, missing email field

1 participant