graph version 2.4.0 has been released!

| | Comments (0)

Graph is a type of hash that outputs in graphviz's dot format. It comes with a command-line interface that is easily pluggable.

It ships with plugins to graph dependencies and status of installed rubygems, rake tasks, homebrew ports, mac ports, and freebsd ports, coloring leaf nodes blue, outdated nodes red, and outdated leaf nodes purple (red+blue).

OSX quick tip:

% sudo gem install graph
% sudo brew install graphviz
% gem unpack graph
% cd graph*
% rake gallery
% open gallery/*.png

Changes:

2.4.0 / 2012-01-16

  • 4 minor enhancements:

    • Renamed arrownone to nonearrow.
    • Renamed box to box_arrow (because the box shape was already defined).
    • Renamed diamond to diamond_arrow (because the diamond shape was already defined).
    • Allow rake analyzer to read from stdin, making it more usable for isolated systems.
  • 1 bug fix:

    • Fixed 1.9.3 warnings.
  • https://github.com/seattlerb/graph

Leave a comment

About this Entry

This page contains a single entry by zenspider published on January 16, 2012 4:32 PM.

rdoc_osx_dictionary version 2.0.1 has been released! was the previous entry in this blog.

minitest version 2.10.1 has been released! is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Pages

Powered by Movable Type 4.32-en