Gems



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...




Bundler 4 roadmap · Issue #8650 · rubygems/rubygems
We have a plan to release Bundler 4 by the end of this year. This is a placeholder ticket to explain the motivations and what we expect to include in this major release. Bundler currently keeps a branched code base, where there are a number of fea...

PierreRambaud/gemirro: Gem to automatically make a rubygems mirror.
Gemirro is a Ruby application that makes it easy way to create your own RubyGems mirror without having to push or write all gem you wanted in a configuration file. It does mirroring without any authentication and you can add your private gems in t...

panorama-ed/memo_wise: The wise choice for Ruby memoization
MemoWise is the wise choice for Ruby memoization, featuring:
Fast performance of memoized reads (with benchmarks)
Support for resetting and presetting memoized values
Support for memoization on frozen objects
Support for memoization of class and ...

Betterment/delayed: a multi-threaded, SQL-driven ActiveJob backend used at Betterment to process millions of background jobs per day
Delayed is a multi-threaded, SQL-driven ActiveJob backend used at Betterment to process millions of background jobs per day.
It supports postgres, mysql, and sqlite, and is designed to be:
Reliable, with co-transactional job enqueues and guarant...