dynarex-parser 0.2.12 → 0.2.13

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-parser.rb +0 -1
  2. metadata +1 -1
@@ -9,7 +9,6 @@ class DynarexParser
9
9
  def initialize(s)
10
10
 
11
11
  schema = s[/schema>([^<]+)/,1]
12
- puts 'schema : ' + schema.inspect
13
12
  record_name, raw_fields = schema.match(/(\w+)\(([^\(]+)\)$/).captures
14
13
 
15
14
  error_found = raw_fields.split(',').include? record_name
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: dynarex-parser
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.12
5
+ version: 0.2.13
6
6
  platform: ruby
7
7
  authors:
8
8
  - James Robertson