dynarex 1.2.67 → 1.2.68

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 63c3eaa476055ca94d4f6d9843f9e3f81d8b772a
4
- data.tar.gz: cdd2fa9ab1be05673abdf4079601bf0563d3ce50
3
+ metadata.gz: 308d4a1d520bf3ff7ebc6c735bd27b4c3e9f38db
4
+ data.tar.gz: 6025bacb501156c2db8afe86081ce904426f77bd
5
5
  SHA512:
6
- metadata.gz: 2e6f33456d2cc400d739282a6d83690fa6551d38a7243d140467b6cf7e1adeb673abf6744598437f31a7593e35a5e415baaa84cb08fc4103f350665ba1ddb48e
7
- data.tar.gz: b01e2fced9dc25ca99f387c243242ac6e7b5617d58ee83bd8ba0c9f61e2a400f4ad81cc0dce4df8bad3de661baaaedc282569d8efcab6aa39912e3aeabf4dc37
6
+ metadata.gz: 998e32a172c70d64051f969512307bdc1e3e73856e3e80e8e2bbb9e2f4aa07b96cf252beb7321dc31235981c45dfd0cd7ef0d8b8b5a222f78c85a8492b207326
7
+ data.tar.gz: 0afa11f9d99d6fe06c580f2d3a201c67e2cc1db86772776976d9b27d5551651bbc68657fc1d70551cbdb0c8226d9ea923bf3484ca0e871d7e13018cf1906d5a2
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -386,7 +386,7 @@ EOF
386
386
 
387
387
  xml.send key, value.gsub('>','>')\
388
388
  .gsub('<','&lt;')\
389
- .gsub(/&[^;]+./) {|x| x[-1] == ';' ? x : x.sub('&','&amp;') }
389
+ .gsub(/&\w*./) {|x| x[-1] == ';' ? x : x.sub('&','&amp;')}
390
390
 
391
391
  end
392
392
  end
@@ -409,7 +409,7 @@ EOF
409
409
  val = value.send(value.is_a?(String) ? :to_s : :to_yaml)
410
410
  xml.send(name, val.gsub('>','&gt;')\
411
411
  .gsub('<','&lt;')\
412
- .gsub(/&[^;]+./) {|x| x[-1] == ';' ? x : x.sub('&','&amp;') }
412
+ .gsub(/&\w*./) {|x| x[-1] == ';' ? x : x.sub('&','&amp;')}
413
413
  )
414
414
  end
415
415
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dynarex
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.67
4
+ version: 1.2.68
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Robertson
metadata.gz.sig CHANGED
Binary file