hir 1.0.0 → 1.0.1

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/hir.rb +8 -7
  2. 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.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 head
26
- header hgroup hr html i iframe img input ins keygen kbd label legend li
27
- link map mark menu meta meter nav noframes noscript object ol optgroup
28
- option output p param pre progress q rp rt ruby s samp script section
29
- select small source span strike strong style sub summary sup table tbody
30
- td textarea tfoot th thead time title tr track tt u ul var video wbr ]
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"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hir
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: