rexleparser 0.4.7 → 0.4.8

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/rexleparser.rb +1 -1
  2. metadata +1 -1
data/lib/rexleparser.rb CHANGED
@@ -140,7 +140,7 @@ class RexleParser
140
140
 
141
141
  def get_value_and_attribs(raw_values)
142
142
 
143
- match_found = raw_values.match(/([^>]*)>(.*)/)
143
+ match_found = raw_values.match(/([^>]*)>(.*)/m)
144
144
 
145
145
  if match_found then
146
146
  raw_attributes, value = match_found.captures
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rexleparser
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.4.7
5
+ version: 0.4.8
6
6
  platform: ruby
7
7
  authors:
8
8
  - James Robertson