fuzz
DESCRIPTION:
fuzzr is an open source fuzz check tool
Bugs
If you find a bug, please report it as fuzzr issue.
Warranty
This software is provided “as is” and without any express or implied warranties, including, without limitation, the implied warranties of merchantibility and fitness for a particular purpose.
Installing fuzzr
fuzzr is distributed as a Ruby Gem. You can download and install fuzzr as a Ruby Gem from the common Rubygems.org repository by executing the following command:
$ gem install fuzzr
The RIDL Gem is a Ruby-only Gem without any dependencies.
Releasing new RIDL Ruby Gem
A new fuzzr ruby gem release can be made by incrementing the fuzzr version in lib/fuzz/version.rb and create a new release on github matching the new version (for example v2.7.0). The github Ruby Gem Release action will automatically create a new gem and push it to Rubygems.org.