vll 0.1.15 → 0.1.16

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
@@ -151,6 +151,7 @@ def print_row(row)
151
151
  puts
152
152
  rescue Errno::EPIPE => e
153
153
  STDERR.puts 'Pipe ended while writing.'
154
+ abort
154
155
  end
155
156
 
156
157
  (1..1.0/0).each do |i|
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: vll
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.15
5
+ version: 0.1.16
6
6
  platform: ruby
7
7
  authors:
8
8
  - xzhu