Bundler::ShellsplitPlugin
Installation
Add this line to your application's Gemfile:
plugin 'bundler-shellsplit-plugin'
Or install using plugin install:
bundle plugin install 'bundler-shellsplit-plugin'
And future calls to bundle install will work as intended:
bundle config build.samplegem --multiple --flags
bundle install
# builds "samplegem" with --multiple --flags instead of "--multiple --flags"
Shell arguments will now be split.