Skip to content

Commit

Permalink
More bugfixes to recent versions of Hpricot, version bump to 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
minaguib committed Apr 23, 2009
1 parent 1739321 commit 6fb038f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
@@ -1,3 +1,7 @@
2009-04-23 Mina Naguib <mina.hpricotscrub@naguib.ca>
Release 0.3.7
- More fixes for recent versions of hpricot - Thanks Luc Chauvin

2009-04-07 Mina Naguib <mina.hpricotscrub@naguib.ca>
Release 0.3.6
- Fixes for recent versions of hpricot:
Expand Down
4 changes: 4 additions & 0 deletions lib/hpricot_scrub/hpricot_scrub.rb
Expand Up @@ -147,6 +147,10 @@ class BaseEle
include Scrub::Scrubbable
end

class CData
include Scrub::Scrubbable
end

class Comment
include Scrub::Scrubbable

Expand Down
2 changes: 1 addition & 1 deletion lib/hpricot_scrub/version.rb
Expand Up @@ -2,7 +2,7 @@ module HpricotScrub #:nodoc:
module VERSION #:nodoc:
MAJOR = 0
MINOR = 3
TINY = 6
TINY = 7

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down

0 comments on commit 6fb038f

Please sign in to comment.