If installing a gem using
gem install ______
actually install 6 gems, because of the dependencies, then if the gem is installed as plugin by
script/plugin install git://github.com/author/____.git
or
script/plugin install _____
then we to manually install the gem it depends on?
Does it matter if it is the later form, where it doesn't get it from github?