hpricot_scrub 0.3.5 → 0.3.6

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.
data/CHANGELOG.txt CHANGED
@@ -1,3 +1,7 @@
1
+ 2009-04-07 Mina Naguib <mina.hpricotscrub@naguib.ca>
2
+ Release 0.3.6
3
+ - Fixes for recent versions of hpricot:
4
+
1
5
  2009-03-30 Mina Naguib <mina.hpricotscrub@naguib.ca>
2
6
  Release 0.3.5
3
7
  - Fixes for recent versions of hpricot:
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ 2009-04-07 Mina Naguib <mina.hpricotscrub@naguib.ca>
2
+ Release 0.3.6
3
+ - Fixes for recent versions of hpricot:
4
+
1
5
  2009-03-30 Mina Naguib <mina.hpricotscrub@naguib.ca>
2
6
  Release 0.3.5
3
7
  - Fixes for recent versions of hpricot:
@@ -135,6 +135,14 @@ module Hpricot
135
135
  end
136
136
  end
137
137
 
138
+ class BogusETag
139
+ include Scrub::Scrubbable
140
+ end
141
+
142
+ class Text
143
+ include Scrub::Scrubbable
144
+ end
145
+
138
146
  class BaseEle
139
147
  include Scrub::Scrubbable
140
148
  end
@@ -2,7 +2,7 @@ module HpricotScrub #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 3
5
- TINY = 5
5
+ TINY = 6
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.5
4
+ version: 0.3.6
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-03-31 00:00:00 -05:00
12
+ date: 2009-04-07 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency