dynarex 1.1.0 → 1.1.1

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 +1 -1
  2. metadata +1 -1
@@ -8,6 +8,7 @@ require 'dynarex-import'
8
8
  require 'line-tree'
9
9
  require 'rexle'
10
10
  require 'rexle-builder'
11
+ require 'rexslt'
11
12
 
12
13
  class Dynarex
13
14
 
@@ -107,7 +108,6 @@ EOF
107
108
 
108
109
  # jr 211111 the following statement has not yet been tested.
109
110
  Rexslt.new(xsl_buffer, @doc.to_s).to_s
110
- ""
111
111
 
112
112
  end
113
113
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: dynarex
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.1.0
5
+ version: 1.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - James Robertson