RubyGems.org
RubyGems.org gem search, metadata, version, dependency, and download metadata.
Tools
| Name | Description |
|---|---|
search_gemsSearch active RubyGems.org gems by query. | Search active RubyGems.org gems by query. |
get_gemGet basic RubyGems.org metadata and dependencies for a gem. | Get basic RubyGems.org metadata and dependencies for a gem. |
list_versionsList published versions for a RubyGem. | List published versions for a RubyGem. |
get_latest_versionGet the latest version object for a RubyGem. | Get the latest version object for a RubyGem. |
get_versionGet RubyGems.org API v2 details for one gem version. | Get RubyGems.org API v2 details for one gem version. |
Triggers
| Name | Description |
|---|---|
new_gem_versionTriggers when RubyGems.org lists a new version for a gem after polling is enabled. | Triggers when RubyGems.org lists a new version for a gem after polling is enabled. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('rubygems', 'search_gems', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'rubygems',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect RubyGems.org to my app?
RubyGems.org does not require an external account connection. Install the SDK, add the integration to a workspace, then execute tools programmatically.
What tools does RubyGems.org support?
RubyGems.org supports 5 tools including Search Gems, Get Gem, List Versions, Get Latest Version, Get Version.
Can I use RubyGems.org with AI agents?
Yes. Add RubyGems.org to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can RubyGems.org be used in stateful agent workflows?
Yes. Agents can combine RubyGems.org tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does RubyGems.org use?
RubyGems.org does not require external authentication.
How much does the RubyGems.org integration cost?
The RubyGems.org integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does RubyGems.org support?
RubyGems.org supports 1 triggers including New Gem Version.
Connect RubyGems.org in minutes
Get 20,000 free action executions every month. No credit card required.