[ruby-talk:443027] [ANN] graph 2.11.0 Released

graph version 2.11.0 has been released!

* home: <https://github.com/seattlerb/graph&gt;

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 --development
    % sudo brew install graphviz
    % gem unpack graph
    % cd graph*
    % rake gallery
    % open gallery/*.png

Changes:

### 2.11.0 / 2022-09-29

* 2 minor enhancements:

  * Added -r to bin/graph to rotate the image 90 degrees.
  * Trying to improve the output of dep_analyzer (rects + better coloring).

* 1 bug fix:

  * Fixes for homebrew_analyzer to deal with homebrew changes / yet-more-bugs.