graph 1.2.0 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
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
- version: 1.2.0
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-03-30 00:00:00 -07:00
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: rubyforge
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: 1.6.0
52
+ version: 2.0.0
46
53
  type: :development
47
- version_requirements: *id002
54
+ version_requirements: *id001
48
55
  - !ruby/object:Gem::Dependency
49
56
  name: hoe
50
57
  prerelease: false
51
- requirement: &id003 !ruby/object:Gem::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
- - 6
64
+ - 8
58
65
  - 0
59
- version: 2.6.0
66
+ version: 2.8.0
60
67
  type: :development
61
- version_requirements: *id003
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, coloring leaf nodes blue,
68
- outdated nodes red, and outdated leaf nodes purple (red+blue).
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