hir 1.0.0 → 1.0.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.
- data/lib/hir.rb +8 -7
- metadata +1 -1
data/lib/hir.rb
CHANGED
|
@@ -5,7 +5,7 @@ class Hash
|
|
|
5
5
|
end
|
|
6
6
|
|
|
7
7
|
class HIR
|
|
8
|
-
VERSION = "1.0.
|
|
8
|
+
VERSION = "1.0.1"
|
|
9
9
|
|
|
10
10
|
module Tags
|
|
11
11
|
|
|
@@ -22,12 +22,13 @@ class HIR
|
|
|
22
22
|
a abbr acronym address applet area article aside audio b base basefont
|
|
23
23
|
bdi bdo big blockquote body br button canvas caption center cite code
|
|
24
24
|
col colgroup command datalist dd del details dfn dir div dl dt em embed
|
|
25
|
-
fieldset figcaption figure font footer form frame frameset h1
|
|
26
|
-
header hgroup hr html i iframe img input ins keygen kbd label
|
|
27
|
-
link map mark menu meta meter nav noframes noscript object ol
|
|
28
|
-
option output p param pre progress q rp rt ruby s samp script
|
|
29
|
-
select small source span strike strong style sub summary sup
|
|
30
|
-
td textarea tfoot th thead time title tr track tt u ul var
|
|
25
|
+
fieldset figcaption figure font footer form frame frameset h1 h2 h3 h4
|
|
26
|
+
h5 h6 head header hgroup hr html i iframe img input ins keygen kbd label
|
|
27
|
+
legend li link map mark menu meta meter nav noframes noscript object ol
|
|
28
|
+
optgroup option output p param pre progress q rp rt ruby s samp script
|
|
29
|
+
section select small source span strike strong style sub summary sup
|
|
30
|
+
table tbody td textarea tfoot th thead time title tr track tt u ul var
|
|
31
|
+
video wbr ]
|
|
31
32
|
|
|
32
33
|
def doctype!
|
|
33
34
|
handle_output "<!DOCTYPE html>\n"
|