graph 2.3.0 → 2.3.1
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.
- data.tar.gz.sig +0 -0
- data/History.txt +6 -0
- data/Manifest.txt +1 -0
- data/easy_visualization.pdf +0 -0
- data/lib/graph.rb +1 -1
- metadata +24 -8
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
|
Binary file
|
data/History.txt
CHANGED
data/Manifest.txt
CHANGED
|
Binary file
|
data/lib/graph.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: graph
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 1
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 2.3.
|
|
9
|
+
- 1
|
|
10
|
+
version: 2.3.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Ryan Davis
|
|
@@ -36,7 +36,7 @@ cert_chain:
|
|
|
36
36
|
FBHgymkyj/AOSqKRIpXPhjC6
|
|
37
37
|
-----END CERTIFICATE-----
|
|
38
38
|
|
|
39
|
-
date: 2011-
|
|
39
|
+
date: 2011-12-20 00:00:00 Z
|
|
40
40
|
dependencies:
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: minitest
|
|
@@ -46,11 +46,11 @@ dependencies:
|
|
|
46
46
|
requirements:
|
|
47
47
|
- - ~>
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
|
-
hash:
|
|
49
|
+
hash: 19
|
|
50
50
|
segments:
|
|
51
51
|
- 2
|
|
52
|
-
-
|
|
53
|
-
version: "2.
|
|
52
|
+
- 8
|
|
53
|
+
version: "2.8"
|
|
54
54
|
type: :development
|
|
55
55
|
version_requirements: *id001
|
|
56
56
|
- !ruby/object:Gem::Dependency
|
|
@@ -68,6 +68,21 @@ dependencies:
|
|
|
68
68
|
version: "2.12"
|
|
69
69
|
type: :development
|
|
70
70
|
version_requirements: *id002
|
|
71
|
+
- !ruby/object:Gem::Dependency
|
|
72
|
+
name: rdoc
|
|
73
|
+
prerelease: false
|
|
74
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
|
75
|
+
none: false
|
|
76
|
+
requirements:
|
|
77
|
+
- - ~>
|
|
78
|
+
- !ruby/object:Gem::Version
|
|
79
|
+
hash: 19
|
|
80
|
+
segments:
|
|
81
|
+
- 3
|
|
82
|
+
- 10
|
|
83
|
+
version: "3.10"
|
|
84
|
+
type: :development
|
|
85
|
+
version_requirements: *id003
|
|
71
86
|
description: |-
|
|
72
87
|
Graph is a type of hash that outputs in graphviz's dot format. It
|
|
73
88
|
comes with a command-line interface that is easily pluggable.
|
|
@@ -102,6 +117,7 @@ files:
|
|
|
102
117
|
- README.txt
|
|
103
118
|
- Rakefile
|
|
104
119
|
- bin/graph
|
|
120
|
+
- easy_visualization.pdf
|
|
105
121
|
- gallery/cluster.rb
|
|
106
122
|
- gallery/fsm.rb
|
|
107
123
|
- gallery/ruby_exceptions.rb
|
|
@@ -148,7 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
148
164
|
requirements: []
|
|
149
165
|
|
|
150
166
|
rubyforge_project: seattlerb
|
|
151
|
-
rubygems_version: 1.8.
|
|
167
|
+
rubygems_version: 1.8.12
|
|
152
168
|
signing_key:
|
|
153
169
|
specification_version: 3
|
|
154
170
|
summary: Graph is a type of hash that outputs in graphviz's dot format
|
metadata.gz.sig
CHANGED
|
Binary file
|