Trending Projects for July 10, 2022
Discover libraries that are gaining popularity within the Ruby community. You can find an overview of how we calculate these in our documentation.
This is the simple REST client for API Discovery Service V1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You c...
minitest-distributed is a plugin for minitest for executing tests on a
distributed set of unreliable workers.
When a test suite grows large enough, it inevitable gets too slow to run
on a single machine to give timely feedback to developers. This plugins
combats this issue by distributing the full test suite to a set of workers.
Every worker is a consuming from a single queue, so the tests get...