dynarex 1.5.35 → 1.5.36

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: 7c73d5c8b2882fb9b916c01c6ddb5552132a6e1f
4
- data.tar.gz: 9ea66a883a7a5e54c3f5b0b61afe906169c7f379
3
+ metadata.gz: eec53275625bf146607d6b1565aebcdc4667b84a
4
+ data.tar.gz: 3344143488b56c9beea5e65236d74032be8cda5c
5
5
  SHA512:
6
- metadata.gz: c9905ce3e301794c1ae3bd9cfb6cf00e8c295a60ca37c9bff2639ab9a0225ac800118b1c593046a2c761a65d6f91e86256fa26e53024a966dd06b1593bccf5f2
7
- data.tar.gz: 8325f388e4d8ffc12a569fc8826c8a71f42f66c29b2d0c9aea2cbae35489ca4dca07a7fd017dd57eac53f8d7813ded16f1389b8c06761c6879596d411363acec
6
+ metadata.gz: 405364894c37e545287848c76110a47807291e9b961494c96fb957b8b73bf43f25b322e442275fd6fce06a38cdbfaa161f65f948792e16f8722c13184467bb88
7
+ data.tar.gz: 7130b3ba9c54c9b821a5cb5ddab5891b11435896d5a3977e3dadf68c4f0cea9be0402553e9f55dfcdbc7e6913c34408219f215269e95d057aa7b20764a87fea9
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -254,7 +254,7 @@ EOF
254
254
  if self.delimiter.length > 0 then
255
255
  smry_fields << :delimiter
256
256
  else
257
- smry_fields << :format_mask
257
+ smry_fields << :format_mask unless self.summary[:rawdoc_type] == 'rowx'
258
258
  end
259
259
  s = smry_fields.map {|x| "%s=\"%s\"" % \
260
260
  [x, self.send(x).gsub('"', '\"') ]}.join ' '
@@ -797,7 +797,7 @@ EOF
797
797
  while not raw_lines.empty? and \
798
798
  raw_lines.first[/#{a_summary.join('|')}:\s+\S+/] do
799
799
 
800
- label, val = raw_lines.shift.chomp.match(/(\w+):\s+([^$]+)$/).captures
800
+ label, val = raw_lines.shift.chomp.match(/(\w+):\s*([^$]+)$/).captures
801
801
  @summary[label.to_sym] = val
802
802
  end
803
803
 
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.5.35
4
+ version: 1.5.36
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Robertson
metadata.gz.sig CHANGED
Binary file