Actions
Refactor #1622
closedRefactor Gemfile "virt group" into three seperate groups
Description
Currently bundler (Gemfile) has a single group called virt that contains the dependencies for VMWare, Ovirt, libvirt and Fog/EC2). I want to just install Fog, and don't imagine that everyone needs all three, so being able to select what gets installed would be useful.
I plan to break it down into three groups:
:fog
:vmware
:virt
Actions