RubyGems
npm
Organizations
Log in
Sign up
RubyGems
rgviz
Versions diffs
0.9 → 0.10
rgviz 0.9 → 0.10
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
data/lib/rgviz/table.rb
+3
-3
metadata
+3
-3
data/lib/rgviz/table.rb
CHANGED
Viewed
@@ -4,8 +4,8 @@ module Rgviz
4
4
attr_accessor :rows
5
5
6
6
def initialize
7
-
cols = []
8
-
rows = []
7
+
@
cols = []
8
+
@
rows = []
9
9
end
10
10
end
11
11
@@ -21,7 +21,7 @@ module Rgviz
21
21
attr_accessor :c
22
22
23
23
def initialize
24
-
c = []
24
+
@
c = []
25
25
end
26
26
end
27
27
metadata
CHANGED
Viewed
@@ -1,12 +1,12 @@
1
1
--- !ruby/object:Gem::Specification
2
2
name: rgviz
3
3
version: !ruby/object:Gem::Version
4
-
hash:
25
4
+
hash:
31
5
5
prerelease: false
6
6
segments:
7
7
- 0
8
-
-
9
9
-
version: "0.
9
"
8
+
-
10
9
+
version: "0.
10
"
10
10
platform: ruby
11
11
authors:
12
12
- Ary Borenszweig