xml-to-haml 0.1.3 → 0.1.4

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/xml-to-haml.rb +1 -1
  2. metadata +1 -1
@@ -9,7 +9,7 @@ class XMLtoHAML
9
9
 
10
10
  def initialize(s)
11
11
  doc = Document.new(s)
12
- @haml = xml_to_haml(doc)
12
+ @haml = xml_to_haml(doc).join("\n")
13
13
  end
14
14
 
15
15
  def to_s
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xml-to-haml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors: []
7
7