Rename gem to git-author-report#17
Merged
Merged
Conversation
RubyGems rejected `git-report` as too similar to the existing `gitreport` gem. Rename the gem and repository to `git-author-report`; the executable stays `git-report`, so the tool is still invoked as `git report`. - gemspec: rename file to git-author-report.gemspec; update name, homepage, and source_code_uri to the renamed repo. - README/CHANGELOG: update gem name, install/uninstall commands, badges, and repository URLs. Executable and `git report` command references unchanged.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
RubyGems rejected publishing git-report — its similarity check normalizes names by stripping separators, so
git-report→gitreport, which collides with the existinggitreportgem.Renames the gem and repository to git-author-report. The executable stays
git-report, so the tool is still invoked asgit report— no UX change for users.Changes
git-report.gemspec→git-author-report.gemspec; updatedname,homepage,source_code_uri.gem install/gem uninstallcommands, badges, and repo URLs updated. Executable (git-report) and command (git report) references left unchanged.Verified locally (Ruby 4.0.4)
gem build git-author-report.gemspec→ buildsgit-author-report-1.0.0.gem.ruby test/coverage.rb→ 14 runs, 0 failures, 100% coverage. RuboCop clean.Publishing v1.0.0 to RubyGems + git tag + GitHub release follows after merge.