uuml 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  = Uuml
2
2
 
3
- <i>Instant Germinification of your app!</i>
3
+ <i>Instant Germanification of your app!</i>
4
4
 
5
5
  This rack middleware will replace 'u' with 'ü' where appropriate, to give your web app a distinct German feel.
6
6
 
@@ -4,7 +4,7 @@ require 'nokogiri'
4
4
  require 'rack'
5
5
 
6
6
  module Uuml
7
- VERSION = "0.0.1"
7
+ VERSION = "0.0.2"
8
8
  end
9
9
 
10
10
  require 'uuml/html'
@@ -3,7 +3,7 @@
3
3
  module Uuml::HTML
4
4
  extend self
5
5
 
6
- TEXT_TAGS = %w{title p a li h1 h2 h3 h4 h5 h6 div span option}
6
+ TEXT_TAGS = %w{title p a li h1 h2 h3 h4 h5 h6 div span option strong em b i u}
7
7
 
8
8
  def convert(html)
9
9
  replacer = lambda do |node|
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "uuml"
6
- s.version = "0.0.1"
6
+ s.version = "0.0.2"
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ["Willem van Bergen"]
9
9
  s.email = ["willem@railsdoctors.com"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Willem van Bergen