RubyGems
npm
Organizations
Log in
Sign up
RubyGems
Remarkably
Versions diffs
0.2.0 → 0.2.1
Remarkably 0.2.0 → 0.2.1
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
data/lib/remarkably.rb
+0
-1
metadata
+1
-1
data/lib/remarkably.rb
CHANGED
Viewed
@@ -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
Viewed
@@ -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: