Gems


ksylvest/omniai: OmniAI standardizes the APIs for multiple AI providers like OpenAI's Chat GPT, Mistral's LeChat, Claude's Anthropic, Google's Gemini and DeepSeek's Chat..
OmniAI provides a unified Ruby API for integrating with multiple AI providers, including Anthropic, DeepSeek, Google, Mistral, and OpenAI. It streamlines AI development by offering a consistent interface for features such as chat, text-to-speech, ...



Announcing Ruby Gem analytics powered by ClickHouse and Ruby Central
In partnership with Ruby Central, we’re excited to announce that all RubyGems download data - over 180 billion rows - is now free to query at sql.clickhouse.com; explore trends, analyze usage, and unlock insights into the Ruby ecosystem!.

octokit/octokit.rb: Ruby toolkit for the GitHub API
API wrappers should reflect the idioms of the language in which they were written. Octokit.rb wraps the GitHub API in a flat API client that follows Ruby conventions and requires little knowledge of REST. Most methods have positional arguments for...



yjacquin/fast-mcp: A Ruby Implementation of the Model Context Protocol
AI models are powerful, but they need to interact with your applications to be truly useful. Traditional approaches mean wrestling with:
🔄 Complex communication protocols and custom JSON formats
🔌 Integration challenges with different model provi...