Refactor #1622
Refactor 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
Associated revisions
History
#1
Updated by Brian Gupta almost 11 years ago
- Subject changed from Tweaks to hove bundler is setup. to Refactor Gemfile "virt group" into three seperate groups
Updated bundler groups in Gemfile to separate vmware, fog and libvirt/ovirt. Fixes #1622