rexle 0.9.36 → 0.9.37

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/rexle.rb +1 -1
  2. metadata +1 -1
@@ -27,7 +27,7 @@ include REXML
27
27
  # 24-Jul-2011: Smybols are used for attribute keys instead of strings now
28
28
  # 18-Jun-2011: A Rexle document can now be added to another Rexle document
29
29
  # e.g. Rexle.new('<root/>').add Rexle.new "<a>123</a>"
30
- s
30
+
31
31
  module XMLhelper
32
32
 
33
33
  def doc_print(children)
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rexle
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.9.36
5
+ version: 0.9.37
6
6
  platform: ruby
7
7
  authors:
8
8
  - James Robertson