Gems
bkuhlmann/versionaire: An immutable, thread-safe, and strict semantic version type.
Ruby doesn’t provide a primitive version type by default so Versionaire fills this gap by providing immutable and thread-safe Strict Semantic Versioning so you can leverage versions within your applications. This new Version type behaves and feels...
avmnu-sng/rspec-tracer: RSpec Tracer is a specs dependency analyzer, flaky tests detector, tests accelerator, and coverage reporter tool.
RSpec Tracer is a specs dependency analyzer, flaky tests detector, tests accelerator, and coverage reporter tool. It maintains a list of files for each test, enabling itself to skip tests in the subsequent runs if none of the dependent files are c...
rsim/ruby-plsql: ruby-plsql gem provides simple Ruby API for calling Oracle PL/SQL procedures. It could be used both for accessing Oracle PL/SQL API procedures in legacy applications as well as it could be used to create PL/SQL unit tests using Ruby testing libraries.
ruby-plsql gem provides simple Ruby API for calling Oracle PL/SQL procedures. It could be used both for accessing Oracle PL/SQL API procedures in legacy applications as well as it could be used to create PL/SQL unit tests using Ruby testing librar...
pry/pry-stack_explorer: Walk the stack in a Pry session
Pry::StackExplorer is a plugin for Pry that allows navigating the call stack.
From the point a Pry session is started, the user can move up the stack through parent frames, examine state, and even evaluate code.
Unlike ruby-debug, pry-stack_expl...