Remarkably 0.2.0 → 0.2.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/remarkably.rb +0 -1
  2. metadata +1 -1
data/lib/remarkably.rb CHANGED
@@ -20,7 +20,6 @@ module Remarkably
20
20
  @remarkably << ">"
21
21
  result = block.call if block_given?
22
22
  @remarkably << inline.shift.to_s while inline.size > 0
23
- @remarkably << result.to_s if result.class != self.class
24
23
  @remarkably << "</#{tag}>"
25
24
  else
26
25
  @remarkably << "/>"
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: Remarkably
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.2.0
6
+ version: 0.2.1
7
7
  date: 2007-05-03 00:00:00 +02:00
8
8
  summary: Remarkably is a very tiny Markaby-like XML builder
9
9
  require_paths: