model_formatting 0.2.3.4 → 0.2.3.5

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/Rakefile +1 -1
  2. data/lib/model_formatting.rb +1 -0
  3. metadata +4 -4
data/Rakefile CHANGED
@@ -3,7 +3,7 @@ require 'rake/testtask'
3
3
 
4
4
  spec = Gem::Specification.new do |s|
5
5
  s.name = "model_formatting"
6
- s.version = "0.2.3.4"
6
+ s.version = "0.2.3.5"
7
7
  s.author = "ENTP"
8
8
  s.email = "company@entp.com"
9
9
  s.homepage = "http://github.com/entp"
@@ -201,6 +201,7 @@ module ModelFormatting
201
201
  tidy.options.input_encoding = 'utf8'
202
202
  tidy.options.show_body_only = true
203
203
  tidy.options.new_inline_tags = "video"
204
+ tidy.options.force_output = true
204
205
  tidy.clean.strip
205
206
  end
206
207
  rescue LoadError
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: model_formatting
3
3
  version: !ruby/object:Gem::Version
4
- hash: 91
4
+ hash: 89
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
9
  - 3
10
- - 4
11
- version: 0.2.3.4
10
+ - 5
11
+ version: 0.2.3.5
12
12
  platform: ruby
13
13
  authors:
14
14
  - ENTP
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-11-07 00:00:00 -08:00
19
+ date: 2011-11-16 00:00:00 -08:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency