Project

bonobot

0.0
No release in over a year
Description of Bonobot.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 11.1
~> 6.2.1
~> 3.12.0
~> 1.30
~> 2.11.1
~> 0.21.2

Runtime

~> 1.22.1
~> 6.0
 Project Readme

Bonobot

ci_cd codecov

BonoBot is a Ruby gem that helps with Rails monkey patching.

Usage

Status

Generate all status:

bundle exec rake bonobot:status

Generate a specific status:

bundle exec rake bonobot:status:up_to_date 
bundle exec rake bonobot:status:out_of_date
bundle exec rake bonobot:status:missing
bundle exec rake bonobot:status:unused

Add missing

bundle exec rake bonobot:add_missing

Update out of date

bundle exec rake bonobot:update_out_of_date

Customization

bundle exec rake bonobot:install

Installation

Add this line to your application's Gemfile:

gem 'bonobot'

Or install it yourself as:

gem install bonobot

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.