dynarex-import 0.1.0 → 0.1.1

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-import.rb +1 -2
  2. metadata +1 -1
@@ -10,7 +10,7 @@ class DynarexImport
10
10
 
11
11
  def initialize(options={})
12
12
  o = {xml: '', foreign_schema: '', schema: ''}.merge(options)
13
- @xsl = build_xsl(o[:foreign_schema], o[:schema])
13
+ xsl = build_xsl(o[:foreign_schema], o[:schema])
14
14
  @to_xml = transform(xsl, o[:xml])
15
15
  end
16
16
 
@@ -120,4 +120,3 @@ class DynarexImport
120
120
 
121
121
  end
122
122
 
123
-
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dynarex-import
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors: []
7
7