<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,7 @@
+2008-11-02 Michael &lt;michael@underpantsgnome.com&gt;
+	Release 0.3.3
+	- Fix gem command test - Thanks David Masover
+
 2007-04-05 Michael &lt;michael@underpantsgnome.com&gt;
 	Release 0.3.2
 	- Fix broken dependancy in the gem</diff>
      <filename>CHANGELOG.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 require 'rubygems'
 
-if defined?(Kernel::gem)
+if defined?(gem)
   gem('hpricot', '&gt;= 0.5')
 else
   require_gem('hpricot', '&gt;= 0.5')
@@ -117,7 +117,7 @@ module Hpricot
 
     module Scrubbable
       def scrubbable?
-        ! [ Hpricot::Text, 
+        ! [ Hpricot::Text,
             Hpricot::BogusETag,
           ].include?(self.class) &amp;&amp; self.respond_to?(:scrub)
       end
@@ -129,7 +129,7 @@ module Hpricot
     def strip
       each { |x| x.strip }
     end
-    
+
     def strip_attributes(safe=[])
       each { |x| x.scrub_attributes(safe) }
     end
@@ -224,7 +224,7 @@ module Hpricot
       end
       return true
     end
-    
+
   end #class Elem
 
   class Doc
@@ -259,7 +259,7 @@ end
 
 begin
   require 'htmlentities'
-  
+
   module Hpricot
     class Scrub
       @coder = HTMLEntities.new
@@ -268,7 +268,7 @@ begin
       end
     end
   end
-  
+
   class String
     def decode!
       self.gsub!(/^(\n|.)*$/, Hpricot::Scrub.entifier.decode(self))</diff>
      <filename>lib/hpricot_scrub/hpricot_scrub.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ module HpricotScrub #:nodoc:
   module VERSION #:nodoc:
     MAJOR = 0
     MINOR = 3
-    TINY  = 2
+    TINY  = 3
 
     STRING = [MAJOR, MINOR, TINY].join('.')
   end</diff>
      <filename>lib/hpricot_scrub/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2fefe28c6b564aebb7dcc4f81fc28054f0dc9914</id>
    </parent>
  </parents>
  <author>
    <name>Michael Moen</name>
    <email>michael@underpantsgnome.com</email>
  </author>
  <url>http://github.com/UnderpantsGnome/hpricot_scrub/commit/449254c26f162d153f062fd12fb92e372f3ce8a7</url>
  <id>449254c26f162d153f062fd12fb92e372f3ce8a7</id>
  <committed-date>2008-11-02T09:38:17-08:00</committed-date>
  <authored-date>2008-11-02T09:38:17-08:00</authored-date>
  <message>Fix gem command test - Thanks David Masover</message>
  <tree>c58b4c003f27a6cd8d4b0cf2df2d26ebb0b049be</tree>
  <committer>
    <name>Michael Moen</name>
    <email>michael@underpantsgnome.com</email>
  </committer>
</commit>
