html_min 0.1.2 → 0.1.3

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 (3) hide show
  1. data/html_min.gemspec +1 -1
  2. data/test_html_min.rb +2 -2
  3. metadata +2 -2
data/html_min.gemspec CHANGED
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
2
2
  s.name = 'html_min'
3
3
  s.author = 'Domen Puncer'
4
4
  s.email = 'domen@cba.si'
5
- s.version = '0.1.2'
5
+ s.version = '0.1.3'
6
6
  s.date = '2010-02-26'
7
7
  s.homepage = 'http://www.riassence.org/'
8
8
  s.summary = 'Riassence HTMLMin'
data/test_html_min.rb CHANGED
@@ -8,7 +8,7 @@ class TestHTMLMin < Test::Unit::TestCase
8
8
 
9
9
  <html >
10
10
  <head > <title
11
- > fÖö foo </title >
11
+ > fOo foo </title >
12
12
  <body bgcolor = "#ffffff"
13
13
  foo = "bar"
14
14
  >\#{ foo.foo }</body
@@ -32,7 +32,7 @@ class TestHTMLMin < Test::Unit::TestCase
32
32
  @@test_output = %{
33
33
  <html >
34
34
  <head > <title
35
- > fÖö foo </title >
35
+ > fOo foo </title >
36
36
  <body bgcolor = "#ffffff" foo = "bar"
37
37
  >\#{ foo.foo }</body >
38
38
  </html>
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 2
9
- version: 0.1.2
8
+ - 3
9
+ version: 0.1.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Domen Puncer