dynarex 1.1.35 → 1.1.36
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.
- data/lib/dynarex.rb +1 -3
- metadata +2 -2
data/lib/dynarex.rb
CHANGED
|
@@ -31,7 +31,7 @@ class Dynarex
|
|
|
31
31
|
@delimiter = ' '
|
|
32
32
|
open(location) if location
|
|
33
33
|
@dirty_flag = false
|
|
34
|
-
|
|
34
|
+
|
|
35
35
|
end
|
|
36
36
|
|
|
37
37
|
def add(x)
|
|
@@ -279,9 +279,7 @@ EOF
|
|
|
279
279
|
|
|
280
280
|
def to_xslt(opt={})
|
|
281
281
|
h = {limit: -1}.merge(opt)
|
|
282
|
-
@logger.debug "@schema: %s; @xslt_schema: %s" % [@schema, @xslt_schema]
|
|
283
282
|
xslt = DynarexXSLT.new(schema: @schema, xslt_schema: @xslt_schema).to_xslt
|
|
284
|
-
@logger.debug 'xslt : ' + xslt.inspect
|
|
285
283
|
return xslt
|
|
286
284
|
end
|
|
287
285
|
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: dynarex
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 1.1.
|
|
5
|
+
version: 1.1.36
|
|
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-07-
|
|
13
|
+
date: 2012-07-28 00:00:00 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rexle
|