rowx 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/rowx.rb +1 -1
  2. metadata +1 -1
data/lib/rowx.rb CHANGED
@@ -26,7 +26,7 @@ class RowX
26
26
 
27
27
  def initialize(txt)
28
28
 
29
- a = LineTree.new(txt.gsub(/-*/m,'')).to_a
29
+ a = LineTree.new(txt.gsub(/^-*$/m,'')).to_a
30
30
 
31
31
  keyfield = a[0][0][/\w+/]; i = 0
32
32
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rowx
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.1
5
+ version: 0.1.2
6
6
  platform: ruby
7
7
  authors: []
8
8