# -*- encoding: utf-8 -*- # stub: ruby-graphviz 0.9.6 ruby lib Gem::Specification.new do |s| s.name = "ruby-graphviz".freeze s.version = "0.9.6".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Gregoire Lejeune".freeze] s.date = "2009-12-05" s.description = "Ruby/Graphviz provides an interface to layout and generate images of directed graphs in a variety of formats (PostScript, PNG, etc.) using GraphViz.".freeze s.email = "gregoire.lejeune@free.fr".freeze s.executables = ["ruby2gv".freeze] s.extra_rdoc_files = ["README.rdoc".freeze, "ChangeLog".freeze, "COPYING".freeze, "AUTHORS".freeze] s.files = ["AUTHORS".freeze, "COPYING".freeze, "ChangeLog".freeze, "README.rdoc".freeze, "bin/ruby2gv".freeze, "examples/HTML-Labels.rb".freeze, "examples/arrowhead.rb".freeze, "examples/dot/cluster.dot".freeze, "examples/dot/fsm.dot".freeze, "examples/dot/genetic.dot".freeze, "examples/dot/hello.dot".freeze, "examples/dot/hello_test.rb".freeze, "examples/dot/lion_share.dot".freeze, "examples/dot/prof.dot".freeze, "examples/dot/psg.dot".freeze, "examples/dot/sdh.dot".freeze, "examples/dot/siblings.dot".freeze, "examples/dot/test.dot".freeze, "examples/dot/unix.dot".freeze, "examples/graphviz.org/TrafficLights.rb".freeze, "examples/graphviz.org/cluster.rb".freeze, "examples/graphviz.org/hello_world.rb".freeze, "examples/graphviz.org/lion_share.rb".freeze, "examples/graphviz.org/process.rb".freeze, "examples/maketest.sh".freeze, "examples/p2p.rb".freeze, "examples/sample01.rb".freeze, "examples/sample02.rb".freeze, "examples/sample03.rb".freeze, "examples/sample04.rb".freeze, "examples/sample05.rb".freeze, "examples/sample06.rb".freeze, "examples/sample07.rb".freeze, "examples/sample08.rb".freeze, "examples/sample09.rb".freeze, "examples/sample10.rb".freeze, "examples/sample11.rb".freeze, "examples/sample12.rb".freeze, "examples/sample13.rb".freeze, "examples/sample14.rb".freeze, "examples/sample15.rb".freeze, "examples/sample16.rb".freeze, "examples/sample17.rb".freeze, "examples/sample18.rb".freeze, "examples/sample19.rb".freeze, "examples/sample20.rb".freeze, "examples/sample21.rb".freeze, "examples/sample22.rb".freeze, "examples/sample23.rb".freeze, "examples/sample24.rb".freeze, "examples/sample25.rb".freeze, "examples/sample26.rb".freeze, "examples/shapes.rb".freeze, "examples/test.xml".freeze, "examples/testorder.rb".freeze, "examples/testxml.rb".freeze, "lib/graphviz.rb".freeze, "lib/graphviz/attrs.rb".freeze, "lib/graphviz/constants.rb".freeze, "lib/graphviz/dot.treetop".freeze, "lib/graphviz/edge.rb".freeze, "lib/graphviz/node.rb".freeze, "lib/graphviz/parser.rb".freeze, "lib/graphviz/xml.rb".freeze, "setup.rb".freeze] s.homepage = "http://raa.ruby-lang.org/project/ruby-graphviz/".freeze s.post_install_message = "\nSince version 0.9.2, Ruby/GraphViz can use Open3.popen3 (or not)\nOn Windows, you can install 'win32-open3'\n\nYou need to install GraphViz (http://graphviz.org/) to use this Gem.\n\n".freeze s.rdoc_options = ["--title".freeze, "Ruby/GraphViz".freeze, "--main".freeze, "README.rdoc".freeze, "--line-numbers".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Interface to the GraphViz graphing tool".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end