Ruby Programming Language and Popular API Gems · Capability
RubyGems.org Registry API — Versions
Versions surface — Versions. 3 operations. Lead operation: List All Versions Of A Gem. Self-contained Naftiko capability covering one RubyGems business surface.
RubyGems.org Registry API — Versions is a Naftiko capability published by Ruby Programming Language and Popular API Gems, one of 9 capabilities the APIs.io network indexes for this provider. It bundles 3 operations across the GET method rooted at /v1/gems/{…}/versions.
The capability includes 3 read-only operations. Lead operation: List all versions of a gem. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include RubyGems, Registry, and Versions.
What You Can Do
GET
Listversions
— List all versions of a gem.
/v1/gems/{gem-name}/versions
GET
Getlatestversion
— Get latest version of a gem.
/v1/gems/{gem-name}/versions/latest
GET
Getversiondetails
— Get gem version details (v2 endpoint).
/v1/gems/{gem-name}/versions/{version}
MCP Tools
list-versions
List all versions of a gem.
read-only
idempotent
get-latest-version
Get latest version of a gem.
read-only
idempotent
get-version-details
Get gem version details (v2 endpoint).
read-only
idempotent