minimal 0.0.12 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,7 @@ module Minimal::Template::BeautifyHtml
9
9
 
10
10
  class << self
11
11
  def after(controller)
12
- # controller.response.body = tidy(controller.response.body) if controller.request.format.html?
12
+ controller.response.body = tidy(controller.response.body) if controller.request.format.html?
13
13
  end
14
14
 
15
15
  def tidy(html)
@@ -1,3 +1,3 @@
1
1
  module Minimal
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.13"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minimal
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 12
10
- version: 0.0.12
9
+ - 13
10
+ version: 0.0.13
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sven Fuchs
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-08-10 00:00:00 +02:00
18
+ date: 2010-08-15 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency