New gem for graphing gem dependencies: Gemviz
Gemviz is a new gem available on RubyForge. It takes as a input a list of gem names and outputs a graph per gem of each gem’s dependencies as reported by gem dep [gem_name], including a transitive reduction. See <a href=http://davidrupp.blogspot.com/2009/01/gem-is-born-announcing-gemviz.html>the official announcement</a> for more details.
Post a comment