graph 1.2.0 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data.tar.gz.sig +0 -0
- data/History.txt +36 -0
- data/Manifest.txt +6 -0
- data/README.txt +21 -18
- data/Rakefile +18 -0
- data/bin/graph +6 -1
- data/gallery/cluster.rb +66 -0
- data/gallery/fsm.rb +49 -0
- data/gallery/ruby_exceptions.rb +20 -0
- data/gallery/simple_example.rb +19 -0
- data/gallery/unix.rb +115 -0
- data/lib/dep_analyzer.rb +36 -6
- data/lib/graph.rb +328 -108
- data/lib/homebrew_analyzer.rb +19 -0
- data/lib/rake_analyzer.rb +19 -22
- data/lib/rubygems_analyzer.rb +25 -4
- data/test/test_graph.rb +227 -90
- metadata +41 -27
- metadata.gz.sig +1 -0
metadata
CHANGED
@@ -3,22 +3,43 @@ name: graph
|
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease: false
|
5
5
|
segments:
|
6
|
-
- 1
|
7
6
|
- 2
|
8
7
|
- 0
|
9
|
-
|
8
|
+
- 0
|
9
|
+
version: 2.0.0
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Ryan Davis
|
13
13
|
autorequire:
|
14
14
|
bindir: bin
|
15
|
-
cert_chain:
|
15
|
+
cert_chain:
|
16
|
+
- |
|
17
|
+
-----BEGIN CERTIFICATE-----
|
18
|
+
MIIDPjCCAiagAwIBAgIBADANBgkqhkiG9w0BAQUFADBFMRMwEQYDVQQDDApyeWFu
|
19
|
+
ZC1ydWJ5MRkwFwYKCZImiZPyLGQBGRYJemVuc3BpZGVyMRMwEQYKCZImiZPyLGQB
|
20
|
+
GRYDY29tMB4XDTA5MDMwNjE4NTMxNVoXDTEwMDMwNjE4NTMxNVowRTETMBEGA1UE
|
21
|
+
AwwKcnlhbmQtcnVieTEZMBcGCgmSJomT8ixkARkWCXplbnNwaWRlcjETMBEGCgmS
|
22
|
+
JomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALda
|
23
|
+
b9DCgK+627gPJkB6XfjZ1itoOQvpqH1EXScSaba9/S2VF22VYQbXU1xQXL/WzCkx
|
24
|
+
taCPaLmfYIaFcHHCSY4hYDJijRQkLxPeB3xbOfzfLoBDbjvx5JxgJxUjmGa7xhcT
|
25
|
+
oOvjtt5P8+GSK9zLzxQP0gVLS/D0FmoE44XuDr3iQkVS2ujU5zZL84mMNqNB1znh
|
26
|
+
GiadM9GHRaDiaxuX0cIUBj19T01mVE2iymf9I6bEsiayK/n6QujtyCbTWsAS9Rqt
|
27
|
+
qhtV7HJxNKuPj/JFH0D2cswvzznE/a5FOYO68g+YCuFi5L8wZuuM8zzdwjrWHqSV
|
28
|
+
gBEfoTEGr7Zii72cx+sCAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAw
|
29
|
+
HQYDVR0OBBYEFEfFe9md/r/tj/Wmwpy+MI8d9k/hMA0GCSqGSIb3DQEBBQUAA4IB
|
30
|
+
AQAY59gYvDxqSqgC92nAP9P8dnGgfZgLxP237xS6XxFGJSghdz/nI6pusfCWKM8m
|
31
|
+
vzjjH2wUMSSf3tNudQ3rCGLf2epkcU13/rguI88wO6MrE0wi4ZqLQX+eZQFskJb/
|
32
|
+
w6x9W1ur8eR01s397LSMexySDBrJOh34cm2AlfKr/jokKCTwcM0OvVZnAutaovC0
|
33
|
+
l1SVZ0ecg88bsWHA0Yhh7NFxK1utWoIhtB6AFC/+trM0FQEB/jZkIS8SaNzn96Rl
|
34
|
+
n0sZEf77FLf5peR8TP/PtmIg7Cyqz23sLM4mCOoTGIy5OcZ8TdyiyINUHtb5ej/T
|
35
|
+
FBHgymkyj/AOSqKRIpXPhjC6
|
36
|
+
-----END CERTIFICATE-----
|
16
37
|
|
17
|
-
date: 2010-
|
38
|
+
date: 2010-12-24 00:00:00 -08:00
|
18
39
|
default_executable:
|
19
40
|
dependencies:
|
20
41
|
- !ruby/object:Gem::Dependency
|
21
|
-
name:
|
42
|
+
name: minitest
|
22
43
|
prerelease: false
|
23
44
|
requirement: &id001 !ruby/object:Gem::Requirement
|
24
45
|
requirements:
|
@@ -27,45 +48,32 @@ dependencies:
|
|
27
48
|
segments:
|
28
49
|
- 2
|
29
50
|
- 0
|
30
|
-
- 4
|
31
|
-
version: 2.0.4
|
32
|
-
type: :development
|
33
|
-
version_requirements: *id001
|
34
|
-
- !ruby/object:Gem::Dependency
|
35
|
-
name: minitest
|
36
|
-
prerelease: false
|
37
|
-
requirement: &id002 !ruby/object:Gem::Requirement
|
38
|
-
requirements:
|
39
|
-
- - ">="
|
40
|
-
- !ruby/object:Gem::Version
|
41
|
-
segments:
|
42
|
-
- 1
|
43
|
-
- 6
|
44
51
|
- 0
|
45
|
-
version:
|
52
|
+
version: 2.0.0
|
46
53
|
type: :development
|
47
|
-
version_requirements: *
|
54
|
+
version_requirements: *id001
|
48
55
|
- !ruby/object:Gem::Dependency
|
49
56
|
name: hoe
|
50
57
|
prerelease: false
|
51
|
-
requirement: &
|
58
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
52
59
|
requirements:
|
53
60
|
- - ">="
|
54
61
|
- !ruby/object:Gem::Version
|
55
62
|
segments:
|
56
63
|
- 2
|
57
|
-
-
|
64
|
+
- 8
|
58
65
|
- 0
|
59
|
-
version: 2.
|
66
|
+
version: 2.8.0
|
60
67
|
type: :development
|
61
|
-
version_requirements: *
|
68
|
+
version_requirements: *id002
|
62
69
|
description: |-
|
63
70
|
Graph is a type of hash that outputs in graphviz's dot format. It
|
64
71
|
comes with a command-line interface that is easily pluggable.
|
65
72
|
|
66
73
|
It ships with plugins to graph dependencies and status of installed
|
67
|
-
rubygems, mac ports, and freebsd ports,
|
68
|
-
outdated nodes red, and outdated leaf nodes
|
74
|
+
rubygems, rake tasks, homebrew ports, mac ports, and freebsd ports,
|
75
|
+
coloring leaf nodes blue, outdated nodes red, and outdated leaf nodes
|
76
|
+
purple (red+blue).
|
69
77
|
email:
|
70
78
|
- ryand-ruby@zenspider.com
|
71
79
|
executables:
|
@@ -83,9 +91,15 @@ files:
|
|
83
91
|
- README.txt
|
84
92
|
- Rakefile
|
85
93
|
- bin/graph
|
94
|
+
- gallery/cluster.rb
|
95
|
+
- gallery/fsm.rb
|
96
|
+
- gallery/ruby_exceptions.rb
|
97
|
+
- gallery/simple_example.rb
|
98
|
+
- gallery/unix.rb
|
86
99
|
- lib/dep_analyzer.rb
|
87
100
|
- lib/freebsd_analyzer.rb
|
88
101
|
- lib/graph.rb
|
102
|
+
- lib/homebrew_analyzer.rb
|
89
103
|
- lib/macports_analyzer.rb
|
90
104
|
- lib/rake_analyzer.rb
|
91
105
|
- lib/rubygems/commands/graph_command.rb
|
metadata.gz.sig
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
~f 4O?��Ij\I���E(�+�3]夷n��)����uƝ�^?Hku�\L���JAM6rr9����(xf��}V*���D��'{"��J�KI���08v�)]Y�p"�*��d��C�e>����s_J��Iha"�ww���FF|]���݄|^4o��L�z3촩�7'y,)!�s
|