slimmer 1.1.31 → 1.1.32

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.
@@ -121,7 +121,7 @@ module Slimmer
121
121
 
122
122
  def ignorable?(error)
123
123
  ignorable_codes = [801]
124
- ignorable_codes.include?(error.code) || error.message.match(/Element script embeds close tag/)
124
+ ignorable_codes.include?(error.code) || error.message.match(/Element script embeds close tag/) || error.message.match(/Unexpected end tag : noscript/)
125
125
  end
126
126
 
127
127
  def process(processors,body,template)
@@ -1,3 +1,3 @@
1
1
  module Slimmer
2
- VERSION = '1.1.31'
2
+ VERSION = '1.1.32'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: slimmer
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.1.31
5
+ version: 1.1.32
6
6
  platform: ruby
7
7
  authors:
8
8
  - Ben Griffiths
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2012-02-02 00:00:00 Z
14
+ date: 2012-02-16 00:00:00 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: nokogiri
@@ -193,7 +193,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
193
193
  requirements:
194
194
  - - ">="
195
195
  - !ruby/object:Gem::Version
196
- hash: -1996559435119057124
196
+ hash: 348561811
197
197
  segments:
198
198
  - 0
199
199
  version: "0"
@@ -202,14 +202,14 @@ required_rubygems_version: !ruby/object:Gem::Requirement
202
202
  requirements:
203
203
  - - ">="
204
204
  - !ruby/object:Gem::Version
205
- hash: -1996559435119057124
205
+ hash: 348561811
206
206
  segments:
207
207
  - 0
208
208
  version: "0"
209
209
  requirements: []
210
210
 
211
211
  rubyforge_project: slimmer
212
- rubygems_version: 1.8.13
212
+ rubygems_version: 1.8.12
213
213
  signing_key:
214
214
  specification_version: 3
215
215
  summary: Thinner than the skinner