hpricot_scrub 0.3.6 → 0.3.7

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.
@@ -1,3 +1,7 @@
1
+ 2009-04-23 Mina Naguib <mina.hpricotscrub@naguib.ca>
2
+ Release 0.3.7
3
+ - More fixes for recent versions of hpricot - Thanks Luc Chauvin
4
+
1
5
  2009-04-07 Mina Naguib <mina.hpricotscrub@naguib.ca>
2
6
  Release 0.3.6
3
7
  - Fixes for recent versions of hpricot:
@@ -1,3 +1,7 @@
1
+ 2009-04-23 Mina Naguib <mina.hpricotscrub@naguib.ca>
2
+ Release 0.3.7
3
+ - More fixes for recent versions of hpricot - Thanks Luc Chauvin
4
+
1
5
  2009-04-07 Mina Naguib <mina.hpricotscrub@naguib.ca>
2
6
  Release 0.3.6
3
7
  - Fixes for recent versions of hpricot:
@@ -147,6 +147,10 @@ module Hpricot
147
147
  include Scrub::Scrubbable
148
148
  end
149
149
 
150
+ class CData
151
+ include Scrub::Scrubbable
152
+ end
153
+
150
154
  class Comment
151
155
  include Scrub::Scrubbable
152
156
 
@@ -2,7 +2,7 @@ module HpricotScrub #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 3
5
- TINY = 6
5
+ TINY = 7
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hpricot_scrub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - UnderpantsGnome
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-07 00:00:00 -05:00
12
+ date: 2009-04-27 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -30,7 +30,7 @@ dependencies:
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 1.9.0
33
+ version: 1.12.1
34
34
  version:
35
35
  description: Scrub HTML with Hpricot
36
36
  email: michael@underpantsgnome.com