vll 0.1.15 → 0.1.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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