ruby-graphviz 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,65 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.2
3
+ specification_version: 1
4
+ name: ruby-graphviz
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.7.0
7
+ date: 2007-05-14 00:00:00 +02:00
8
+ summary: Interface to the GraphViz graphing tool
9
+ require_paths:
10
+ - lib
11
+ email: gregoire.lejeune@free.fr
12
+ homepage: http://raa.ruby-lang.org/project/ruby-graphviz/
13
+ rubyforge_project:
14
+ description: Ruby/Graphviz provides an interface to layout and generate images of directed graphs in a variety of formats (PostScript, PNG, etc.) using GraphViz.
15
+ autorequire:
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
29
+ authors:
30
+ - Gregoire Lejeune
31
+ files:
32
+ - ChangeLog
33
+ - COPYING
34
+ - README
35
+ - AUTHORS
36
+ - setup.rb
37
+ - bin/ruby2gv.rb
38
+ - lib/graphviz
39
+ - lib/graphviz.rb
40
+ - lib/graphviz/attrs.rb
41
+ - lib/graphviz/constants.rb
42
+ - lib/graphviz/edge.rb
43
+ - lib/graphviz/node.rb
44
+ - lib/graphviz/xml.rb
45
+ test_files: []
46
+
47
+ rdoc_options:
48
+ - --title
49
+ - Ruby/GraphViz
50
+ - --main
51
+ - README
52
+ - --line-numbers
53
+ extra_rdoc_files:
54
+ - README
55
+ - ChangeLog
56
+ - COPYING
57
+ - AUTHORS
58
+ executables: []
59
+
60
+ extensions: []
61
+
62
+ requirements: []
63
+
64
+ dependencies: []
65
+