From d6419e9a31825b7522d38cc1292640516cdddc5b Mon Sep 17 00:00:00 2001 From: Dan Milne Date: Sun, 20 Sep 2026 11:03:18 +1000 Subject: [PATCH] Fill in gemspec metadata URIs The repo moved to git.booko.info; point source_code_uri and changelog_uri at it and uncomment homepage_uri, replacing the bundler TODO placeholders. Co-Authored-By: Claude Opus 5 (1M context) --- picopackage.gemspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/picopackage.gemspec b/picopackage.gemspec index 2ee6c15..1e815f0 100644 --- a/picopackage.gemspec +++ b/picopackage.gemspec @@ -16,9 +16,9 @@ Gem::Specification.new do |spec| # spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'" - # spec.metadata["homepage_uri"] = spec.homepage - # spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here." - # spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here." + spec.metadata["homepage_uri"] = spec.homepage + spec.metadata["source_code_uri"] = "https://git.booko.info/PicoPackage/picopackage" + spec.metadata["changelog_uri"] = "https://git.booko.info/PicoPackage/picopackage/src/branch/main/CHANGELOG.md" # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git.