--- !ruby/object:Gem::Specification name: ruby-graphviz version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 9 - 11 version: 0.9.11 platform: ruby authors: - Gregoire Lejeune autorequire: bindir: bin cert_chain: [] date: 2010-05-02 00:00:00 +02:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: treetop prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :runtime version_requirements: *id001 description: Ruby/Graphviz provides an interface to layout and generate images of directed graphs in a variety of formats (PostScript, PNG, etc.) using GraphViz. email: gregoire.lejeune@free.fr executables: - ruby2gv - gem2gv extensions: [] extra_rdoc_files: - README.rdoc - COPYING - AUTHORS files: - COPYING - README.rdoc - AUTHORS - setup.rb - bin/gem2gv - bin/ruby2gv - examples/arrowhead.rb - examples/dot/cluster.dot - examples/dot/dotgraph.dot - examples/dot/fsm.dot - examples/dot/genetic.dot - examples/dot/hello.dot - examples/dot/hello_test.rb - examples/dot/lion_share.dot - examples/dot/prof.dot - examples/dot/psg.dot - examples/dot/rank.dot - examples/dot/sdh.dot - examples/dot/siblings.dot - examples/dot/test.dot - examples/dot/test_parse.rb - examples/dot/unix.dot - examples/graphviz.org/cluster.rb - examples/graphviz.org/hello_world.rb - examples/graphviz.org/lion_share.rb - examples/graphviz.org/process.rb - examples/graphviz.org/TrafficLights.rb - examples/hello.png - examples/HTML-Labels.rb - examples/maketest.bat - examples/maketest.sh - examples/p2p.rb - examples/rgv/rgv.ps - examples/rgv/test_rgv.rb - examples/rgv/test_rgv.rb.ps - examples/sample01.rb - examples/sample02.rb - examples/sample03.rb - examples/sample04.rb - examples/sample05.rb - examples/sample06.rb - examples/sample07.rb - examples/sample08.rb - examples/sample09.rb - examples/sample10.rb - examples/sample11.rb - examples/sample12.rb - examples/sample13.rb - examples/sample14.rb - examples/sample15.rb - examples/sample16.rb - examples/sample17.rb - examples/sample18.rb - examples/sample19.rb - examples/sample20.rb - examples/sample21.rb - examples/sample22.rb - examples/sample23.rb - examples/sample24.rb - examples/sample25.rb - examples/sample26.rb - examples/sample27.rb - examples/sample28.rb - examples/sample29.rb - examples/sample30.rb - examples/sample30.rb.ps - examples/sample31.rb - examples/sample32.rb - examples/sample33.rb - examples/sample34.rb - examples/sample35.rb - examples/sample36.rb - examples/sample37.rb - examples/sample37.rb.dot - examples/sample37.rb.png - examples/sample38.rb - examples/sample40.rb - examples/sdlshapes/README - examples/sdlshapes/sdl.ps - examples/sdlshapes/sdlshapes.dot - examples/shapes.rb - examples/simpsons.gv - examples/test.xml - examples/testorder.rb - examples/testxml.rb - lib/graphviz/attrs.rb - lib/graphviz/constants.rb - lib/graphviz/core_ext.rb - lib/graphviz/dot.treetop - lib/graphviz/edge.rb - lib/graphviz/family_tree/couple.rb - lib/graphviz/family_tree/generation.rb - lib/graphviz/family_tree/person.rb - lib/graphviz/family_tree.rb - lib/graphviz/node.rb - lib/graphviz/parser.rb - lib/graphviz/types/esc_string.rb - lib/graphviz/types/html_string.rb - lib/graphviz/types.rb - lib/graphviz/xml.rb - lib/graphviz.rb - test/output/sample01.rb.png - test/output/sample02.rb.png - test/output/sample03.rb.png - test/output/sample04.rb.png - test/output/sample05.rb.png - test/output/sample06.rb.png - test/output/sample07.rb.png - test/output/sample08.rb.png - test/output/sample09.rb.png - test/output/sample10.rb.png - test/output/sample11.rb.png - test/output/sample12.rb.png - test/output/sample13.rb.png - test/output/sample14.rb.png - test/output/sample15.rb.png - test/output/sample16.rb.png - test/output/sample17.rb.png - test/output/sample18.rb.png - test/output/sample19.rb.png - test/output/sample20.rb.png - test/output/sample21.rb.html - test/output/sample21.rb.png - test/output/sample22.rb.html - test/output/sample22.rb.png - test/output/sample23.rb.png - test/output/sample24.rb.png - test/output/sample25.rb.png - test/output/sample26.rb.png - test/output/sample28.rb.png - test/output/sample29.rb.svg - test/output/sample30.rb.ps - test/output/sample31.rb.png - test/output/sample32.rb.png - test/output/sample37.rb.dot - test/output/sample37.rb.png - test/output/sample38.rb.png - test/output/sample40.rb.png - test/support.rb - test/test_examples.rb - test/test_init.rb has_rdoc: true homepage: http://raa.ruby-lang.org/project/ruby-graphviz/ licenses: [] post_install_message: |+ Since version 0.9.2, Ruby/GraphViz can use Open3.popen3 (or not) On Windows, you can install 'win32-open3' You need to install GraphViz (http://graphviz.org/) to use this Gem. rdoc_options: - --title - Ruby/GraphViz - --main - README.rdoc require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: ruby-asp rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: Interface to the GraphViz graphing tool test_files: []