rowx 0.1.1 → 0.1.2

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/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