[ANN] ObjectGraph 0.5.0

I was aware of ruby-graphviz and some of the others. The main two
reasons I did not use any are:

  1. I did not any external library so as not to ‘pollute’ the namespace.
    Since any classes require’d are presented I wanted to keep to the
    basics. That’s also the reason why the script does manual parameters
    processing.

  2. They require a separate install (which will be fine once everything
    gemmed up :). I wanted to keep this simple.

I will give the others a look, as lately I seem to be involved with
graphviz… :slight_smile:

···

-----Original Message-----

Just in case you didn’t know. There are some other ruby libs working
with graphviz, too:

  • ruby-graphviz
  • graphr
  • rgl

Just an aside - this is so true. I’m much more likely to try out a
library if it’s Gemmed. And, as Gavin noted earlier, it’s not hard to
do:

http://rubygems.rubyforge.org/wiki/wiki.pl?CreateAGemInTenMinutes

Yours,

Tom

···

On Tue, 2004-04-20 at 18:56, Mehr, Assaph (Assaph) wrote:

  1. They require a separate install (which will be fine once everything
    gemmed up :). I wanted to keep this simple.