rxraw-lineparser 0.1.8 → 0.1.9

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/rxraw-lineparser.rb +1 -1
  2. metadata +1 -1
@@ -85,7 +85,7 @@ class RXRawLineParser
85
85
  when 0
86
86
  if d.length == 1 then
87
87
  if i < x.length - 1 then
88
- s = "([^%s]+)%s" % ([d]*2)
88
+ s = "([^%s]+)%s+" % ([d]*2)
89
89
  else
90
90
  s = "([^%s]+)" % d
91
91
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rxraw-lineparser
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.8
5
+ version: 0.1.9
6
6
  platform: ruby
7
7
  authors:
8
8
  - James Robertson