BundleFilter
A filter for bundle that removes useless info when run bundle
Installation
Add this line to your application's Gemfile:
plugin 'bundle_filter'
Usage
After install, every time you execute:
$ bundle install
this plugin will remove useless info from bundle install like unchanged gems "Using gem x.y.z"
To-do
New features that can be interesting to add if more users want too
- Set config file to give freedom to user select which show up
- Remove or simplify "Complete" final mensage
- Add progress-bar to bundle install gem?
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/dfop02/bundle_filter.
License
The gem is available as open source under the terms of the MIT License.