All tools/RubyGems

RubyGems

gem

RubyGems is a package management framework for Ruby.

Detected by gem | macOS, Linux, Windows |guides.rubygems.org

Sync rules

What travels, what stays, what never leaves
RubyGems in your home directory Every rule on this page, by file
:concurrent_downloads: 8
:sources:
- https://rubygems.org/
:gempath:machine-local
- /Users/octocat/.gem/ruby/3.4.0
- /opt/homebrew/lib/ruby/gems/3.4.0
gem: --no-document

Each machine keeps its own copy of these.

· ruby/ Exclude
· specs/ Exclude
· credentials Never synced
· ~/.local/share/gem/credentials Never synced

Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.

Use it with your dotfile manager

Same data, in the shape your tool already reads
Opens Otty and adds this tool to what it syncs

Opens otty://sync/add/gem. Otty ships with this catalog, so the link only has to name the tool — nothing is downloaded.

Every one of these keeps all credential files out. None of them splits :gempath for you — that part is Otty’s own sync, or a template you write by hand.