rviz 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
File without changes
data/Rakefile CHANGED
File without changes
data/examples/hello.png CHANGED
File without changes
data/examples/record.png CHANGED
File without changes
data/lib/rviz/graph.rb CHANGED
@@ -82,7 +82,7 @@ module Rviz
82
82
  fh.puts self.graph_start
83
83
  fh.puts self.graph_attr
84
84
 
85
- if self.title.size > 0
85
+ if self.title and self.title.size > 0
86
86
  fh.puts %Q{ labelloc = "t";}
87
87
  fh.puts %Q{ label= "#{self.title}";}
88
88
  end
data/lib/rviz/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Rviz
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
4
4
 
data/rviz.gemspec CHANGED
File without changes
data/tags CHANGED
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rviz
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-08 00:00:00.000000000 Z
12
+ date: 2013-03-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  version: '0'
80
80
  requirements: []
81
81
  rubyforge_project:
82
- rubygems_version: 1.8.25
82
+ rubygems_version: 1.8.24
83
83
  signing_key:
84
84
  specification_version: 3
85
85
  summary: Graphviz ruby interface