codegraph 0.7.11 → 0.7.12
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/bin/codegraph +2 -2
- data/gemspec +1 -1
- data/lib/codegraph.rb +1 -1
- metadata +3 -3
data/bin/codegraph
CHANGED
@@ -121,9 +121,9 @@ g.limit($options[:depth]) if $options[:depth]
|
|
121
121
|
# What sort of output should be created?
|
122
122
|
case $options[:output]
|
123
123
|
when "ps", "svg", "png", "jpg"
|
124
|
-
g.to_type($options[:
|
124
|
+
g.to_type($options[:ofile],$options[:output])
|
125
125
|
when "dot"
|
126
|
-
g.to_dot($options[:
|
126
|
+
g.to_dot($options[:ofile])
|
127
127
|
when "txt"
|
128
128
|
g.to_txt
|
129
129
|
else
|
data/gemspec
CHANGED
data/lib/codegraph.rb
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 7
|
8
|
-
-
|
9
|
-
version: 0.7.
|
8
|
+
- 12
|
9
|
+
version: 0.7.12
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Ralf Mueller
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2011-02-
|
17
|
+
date: 2011-02-18 09:11:26 +01:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|