dynarex 1.1.33 → 1.1.34

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/dynarex.rb +1 -1
  2. metadata +1 -1
@@ -387,7 +387,7 @@ EOF
387
387
 
388
388
  if raw_header then
389
389
  header = raw_header[/<?dynarex (.*)?>/,1]
390
- header.scan(/\w+\s*=\s*["'][^"']+["']/).map\
390
+ header.scan(/\w+\s*=\s*(?:"[^"]+"|'[^']+')/).map\
391
391
  {|x| r = x.split(/=/,2); [(r[0].rstrip + "=").to_sym, \
392
392
  r[1][/^\s*"(.*)"$/,1]] }.each \
393
393
  {|name, value| self.method(name).call(value)}
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: dynarex
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.1.33
5
+ version: 1.1.34
6
6
  platform: ruby
7
7
  authors:
8
8
  - James Robertson