Package gem-cliver: Information
Source package: gem-cliver
Version: 0.3.2-alt1
Build time: Jul 17, 2020, 06:40 PM in the task #255031
Category: Development/Ruby
Report package bugHome page: https://github.com/yaauie/cliver
License: MIT
Summary: Assertions for command-line dependencies
Description:
Sometimes Ruby apps shell out to command-line executables, but there is no standard way to ensure those underlying dependencies are met. Users usually find out via a nasty stack-trace and whatever wasn't captured on stderr, or by the odd behavior exposed by a version mismatch. Cliver is a simple gem that provides an easy way to detect and use command-line dependencies. Under the covers, it uses rubygems/requirements so it supports the version requirements you're used to providing in your gemspec.
Maintainer: Ruby Maintainers Team