<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -19,6 +19,7 @@
 #
 
 require 'ronin/extensions/uri/query_params'
+require 'ronin/scanners/scanner'
 
 require 'uri/http'
 
@@ -26,6 +27,7 @@ module URI
   class HTTP &lt; Generic
 
     include QueryParams
+    include Ronin::Scanners::Scanner
 
   end
 end</diff>
      <filename>lib/ronin/extensions/uri/http.rb</filename>
    </modified>
    <modified>
      <diff>@@ -6,4 +6,8 @@ describe URI::HTTP do
   it &quot;should include QueryParams&quot; do
     URI::HTTP.include?(URI::QueryParams).should == true
   end
+
+  it &quot;should include Ronin::Scanners::Scanner&quot; do
+    URI::HTTP.include?(Ronin::Scanners::Scanner).should == true
+  end
 end</diff>
      <filename>spec/extensions/uri/http_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>258898ff728452bf19eebed4e0d9ceed77c0c465</id>
    </parent>
  </parents>
  <author>
    <name>postmodern</name>
    <email>postmodern.mod3@gmail.com</email>
  </author>
  <url>http://github.com/postmodern/ronin/commit/9b89122374124353b264eb4ae563ebe64651abc5</url>
  <id>9b89122374124353b264eb4ae563ebe64651abc5</id>
  <committed-date>2009-11-04T02:19:32-08:00</committed-date>
  <authored-date>2009-11-04T02:19:32-08:00</authored-date>
  <message>Include Ronin::Scanners::Scanner into URI::HTTP by default.</message>
  <tree>b0624e6872b622850f97436364c285b02021f3a0</tree>
  <committer>
    <name>postmodern</name>
    <email>postmodern.mod3@gmail.com</email>
  </committer>
</commit>
