Would like to auto-rip all gems that are provided by the bustagem.cmd.bundle (bundle show --paths). The plugin only rips gem that are whitelisted in bustagem.gems.
Do you think it would be possible to just change the rip command to be something like this:
ripper-tags -f TAGSSSSSSS -R --force --extra=q $(pwd) $(bundle show --paths)
(pseudo code)
Would like to auto-rip all gems that are provided by the
bustagem.cmd.bundle(bundle show --paths). The plugin only rips gem that are whitelisted inbustagem.gems.Do you think it would be possible to just change the
ripcommand to be something like this:(pseudo code)