dynarex 1.1.15 → 1.1.16

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/dynarex.rb +3 -3
  2. metadata +2 -2
@@ -383,9 +383,9 @@ EOF
383
383
  end
384
384
  end
385
385
 
386
- @summary['recordx_type'] = 'dynarex'
387
- @summary['schema'] = @schema
388
- @summary['format_mask'] = @format_mask
386
+ @summary[:recordx_type] = 'dynarex'
387
+ @summary[:schema] = @schema
388
+ @summary[:format_mask] = @format_mask
389
389
 
390
390
  lines = raw_lines.map {|x|x.strip.match(/#{t}/).captures}
391
391
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: dynarex
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.1.15
5
+ version: 1.1.16
6
6
  platform: ruby
7
7
  authors:
8
8
  - James Robertson
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-03-24 23:00:00 +00:00
13
+ date: 2012-04-09 00:00:00 +01:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency