How to generate an expanded dependency list?
Is there a utility to list all the dependencies of a Gem,
including all the subdepenceis i.e. an expanded dependency
tree?
If possible, I would prefer to print the expanded dependency list
before installing the Gem.
Thank you.
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Nick Quaranto on 23 Sep, 2011 02:45 PM
Hey there,
This isn't possible right now without traversing each gemspec. We have a new API that does one level. Going N levels deep is really expensive right now. Definitely would love to see patches to make this better and more accessible.
More on this api at the bottom of:
http://guides.rubygems.org/rubygems-org-api/#misc
3 Posted by wolf_volpi on 24 Sep, 2011 02:10 AM
Thanks Nick.
Nick Quaranto closed this discussion on 12 Oct, 2011 02:01 PM.