From 621c818c351dfe2085512ea76fc21134d5dfc502 Mon Sep 17 00:00:00 2001 From: Lucas Carlson Date: Sat, 22 Aug 2026 23:15:16 -0700 Subject: [PATCH] docs: point links at renamed Ruby repo The Ruby gem's GitHub repository moved from cardmagic/solid_objects to cardmagic/solid-objects-ruby. The gem name stays solid_objects. Update the README and the compatibility ledger so links skip the redirect. --- README.md | 2 +- compatibility/ruby.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b63f03..5911fce 100644 --- a/README.md +++ b/README.md @@ -347,7 +347,7 @@ and [Configuration](docs/configuration.md). ## Design provenance Solid Objects JS is a Node.js and TypeScript implementation. The Ruby -[`solid_objects`](https://github.com/cardmagic/solid_objects) design informed +[`solid_objects`](https://github.com/cardmagic/solid-objects-ruby) design informed it. It began at the `0.12` capability generation, because the first implementation targeted the Ruby `0.12` contract. That number does not represent twelve earlier JavaScript release generations. diff --git a/compatibility/ruby.yml b/compatibility/ruby.yml index c7a0acf..d682050 100644 --- a/compatibility/ruby.yml +++ b/compatibility/ruby.yml @@ -1,4 +1,4 @@ -ruby_repository: https://github.com/cardmagic/solid_objects +ruby_repository: https://github.com/cardmagic/solid-objects-ruby ruby_version: 0.12.0 ruby_commit: a01b6f5 npm_version: 0.12.0