Repository is archived
No release in over a year
Execute rbs collection command after bundle
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

>= 2.0
 Project Readme

bundler-rbs-collection

The gem executes rbs collection update after bundle command.

Installation

Install the gem:

$ gem install bundler-rbs-collection

Register the plugin with Bundler:

Globally:

$ cd ~ && bundle plugin install bundler-rbs-collection

Per Project:

$ cd /path/to/project && bundle plugin install bundler-rbs-collection

Uninstall

If it's your only plugin, remove the plugin file from whichever directory you installed it:

$ rm .bundle/plugin/index

If you have other plugins, edit .bundle/plugin/index and remove relevant entries.

License

MIT License