Gems

sparklemotion/sqlite3-ruby: Ruby bindings for the SQLite3 embedded database
This library allows Ruby programs to use the SQLite3 database engine (http://www.sqlite.org).
Note that this module is only compatible with SQLite 3.6.16 or newer.
Source code: https://github.com/sparklemotion/sqlite3-ruby
Mailing list: http://g...

jeremyevans/sequel: Sequel: The Database Toolkit for Ruby
Sequel is a simple, flexible, and powerful SQL database access toolkit for Ruby.
Sequel provides thread safety, connection pooling and a concise DSL for constructing SQL queries and table schemas.
Sequel includes a comprehensive ORM layer for ma...

rsim/oracle-enhanced: Oracle enhaced adapter for ActiveRecord
Oracle enhanced ActiveRecord adapter provides Oracle database access from Ruby on Rails applications. Oracle enhanced adapter can be used from Ruby on Rails versions between 2.3.x and 8.0 and it is working with Oracle database versions 10g and hig...



openai/openai-ruby: Official Ruby SDK for the OpenAI API
The OpenAI Ruby library provides convenient access to the OpenAI REST API from any Ruby 3.2.0+ application. It ships with comprehensive types & docstrings in Yard, RBS, and RBI – see below for usage with Sorbet. The standard library's net/http is ...

ruby-git/ruby-git: Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary.
To enhance our development workflow, enable automated changelog generation, and pave the way for Continuous Delivery, the ruby-git project has adopted the Conventional Commits standard for all commit messages.
Going forward, all commits to this r...



pygments/pygments.rb: 💎 Ruby wrapper for Pygments syntax highlighter
pygments.rb is a Ruby wrapper for Pygments syntax highlighter.
pygments.rb works by talking over a simple pipe to a long-lived Python child process. This library replaces github/albino, as well as an older version of pygments.rb that used an embe...