Skip to content

fix: correct gem metadata links#42

Merged
abechan1 merged 1 commit into
mainfrom
codex/fix-gem-spec-homepage-url
Jul 1, 2026
Merged

fix: correct gem metadata links#42
abechan1 merged 1 commit into
mainfrom
codex/fix-gem-spec-homepage-url

Conversation

@abechan1

@abechan1 abechan1 commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Motivation

  • Fix incorrect gem metadata so the published gem points to the real project website and repository.

Description

  • Update spec.homepage to https://slidict.com and change spec.metadata["source_code_uri"] and spec.metadata["changelog_uri"] to https://github.com/slidict/slidict-cli and https://github.com/slidict/slidict-cli/releases respectively in slidict.gemspec.

Testing

  • Ran gem build slidict.gemspec which succeeded and produced slidict-0.5.0.gem, and attempted bundle install, bundle exec rspec, and bundle exec rubocop but bundle install failed with a 403 Forbidden while fetching dependencies so rspec and rubocop could not be run.

Codex Task

Summary by CodeRabbit

  • Documentation
    • 製品ページのリンク先を新しい公式サイトに更新しました。
    • ソースコードや変更履歴への案内リンクも、最新のリポジトリ名に合わせて修正しました。

@coderabbitai

coderabbitai Bot commented Jul 1, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 1da16296-840c-4b30-8a5a-1530c645e7f8

📥 Commits

Reviewing files that changed from the base of the PR and between 139d6c2 and 1e6d7cf.

📒 Files selected for processing (1)
  • slidict.gemspec

📝 Walkthrough

Walkthrough

slidict.gemspec の spec.homepage が新しいドメインに更新され、それに伴い homepage_uri、source_code_uri、changelog_uri の各メタデータ URI がリポジトリ名 slidict-cli を参照するよう変更されました。

Changes

gemspec メタデータ更新

Layer / File(s) Summary
ホームページとメタデータ URI の更新
slidict.gemspec
spec.homepagehttps://slidict.com に変更し、homepage_urispec.homepage を参照。source_code_urichangelog_urislidict-cli リポジトリを指すよう更新。

Estimated code review effort: 1 (Trivial) | ~2 minutes

Poem

新しい住所へぴょんと跳ね
gemspec の道しるべ書き換えた
URIたちも仲間入り
slidict-cli の家に集う
うさぎも祝う小さな更新 🐇✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed gem のホームページと source/changelog URI の修正内容を端的に表しており、変更点と一致しています。
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/fix-gem-spec-homepage-url

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@abechan1 abechan1 merged commit 61d7298 into main Jul 1, 2026
5 checks passed
@abechan1 abechan1 deleted the codex/fix-gem-spec-homepage-url branch July 1, 2026 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant