vll 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/vl +1 -0
  2. metadata +1 -1
data/bin/vl CHANGED
@@ -11,6 +11,7 @@ require 'csv'
11
11
 
12
12
  $options = {
13
13
  :padding => 1,
14
+ :quote => '"',
14
15
  :skip => 0,
15
16
  :comment => /^#/,
16
17
  :probe_lines => 100,
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: vll
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.5
5
+ version: 0.1.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - xzhu