RubyGems
npm
Organizations
Log in
Sign up
RubyGems
rgviz
Versions diffs
0.3 → 0.4
rgviz 0.3 → 0.4
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/nodes.rb
+1
-1
metadata
+3
-3
data/lib/rgviz/nodes.rb
CHANGED
Viewed
@@ -28,7 +28,7 @@ module Rgviz
28
28
def to_s
29
29
str = ''
30
30
if select
31
-
if select.empty?
31
+
if select.
columns.
empty?
32
32
str << "select * "
33
33
else
34
34
str << "select #{select.to_s} "
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:
13
4
+
hash:
3
5
5
prerelease: false
6
6
segments:
7
7
- 0
8
-
-
3
9
-
version: "0.
3
"
8
+
-
4
9
+
version: "0.
4
"
10
10
platform: ruby
11
11
authors:
12
12
- Ary Borenszweig