codegraph 0.7.11 → 0.7.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/bin/codegraph +2 -2
  2. data/gemspec +1 -1
  3. data/lib/codegraph.rb +1 -1
  4. metadata +3 -3
@@ -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[:filename],$options[:output])
124
+ g.to_type($options[:ofile],$options[:output])
125
125
  when "dot"
126
- g.to_dot($options[:filename])
126
+ g.to_dot($options[:ofile])
127
127
  when "txt"
128
128
  g.to_txt
129
129
  else
data/gemspec CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
 
3
3
  spec = Gem::Specification.new do |s|
4
4
  s.name = "codegraph"
5
- s.version = "0.7.11"
5
+ s.version = "0.7.12"
6
6
  s.date = Time.new.to_s
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.bindir = 'bin'
@@ -7,7 +7,7 @@ require 'thread'
7
7
  require 'asciify'
8
8
 
9
9
  module Codegraph
10
- VERSION = '0.7.11'
10
+ VERSION = '0.7.12'
11
11
  end
12
12
 
13
13
  class FunctionGraph < RGL::DirectedAdjacencyGraph
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 7
8
- - 11
9
- version: 0.7.11
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-14 14:51:03 +01:00
17
+ date: 2011-02-18 09:11:26 +01:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency