polyrex 0.6.6 → 0.6.7

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/polyrex.rb +1 -2
  2. metadata +1 -1
@@ -187,11 +187,10 @@ class Polyrex
187
187
  buffer = File.open(s,'r').read
188
188
  end
189
189
 
190
- puts '*' + buffer + '*'
191
190
  @doc = Document.new buffer
192
191
 
193
192
  unless @format_masks
194
- @format_masks = XPath.match(doc.root, '//format_mask/text()').map &:to_s
193
+ @format_masks = XPath.match(@doc.root, '//format_mask/text()').map &:to_s
195
194
  schema_rpath = schema.gsub(/\[[^\]]+\]/,'')
196
195
  @recordx = schema_rpath.split('/')
197
196
  @recordx.shift
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: polyrex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.6
4
+ version: 0.6.7
5
5
  platform: ruby
6
6
  authors: []
7
7