dynarex 1.1.13 → 1.1.14

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 +3 -0
  2. metadata +1 -1
data/lib/dynarex.rb CHANGED
@@ -382,6 +382,9 @@ EOF
382
382
  @summary[label] = val
383
383
  end
384
384
  end
385
+
386
+ @summary['schema'] = @schema
387
+ @summary['format_mask'] = @format_mask
385
388
 
386
389
  lines = raw_lines.map {|x|x.strip.match(/#{t}/).captures}
387
390
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: dynarex
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.1.13
5
+ version: 1.1.14
6
6
  platform: ruby
7
7
  authors:
8
8
  - James Robertson