<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,3 @@
 require 'honeypot'
 ActionController::Base.send(:include,Honeypot::ControllerMethods) 
-ActionView::Base.send(:include,Honeypot::ViewHelpers)
+ActionView::Base.send(:include,Honeypot::ViewHelpers)
\ No newline at end of file</diff>
      <filename>init.rb</filename>
    </modified>
    <modified>
      <diff>@@ -8,6 +8,7 @@ module Honeypot
     
     def honeypot_untouched?
       submitted = params['its_so_sweet']
+      return false if submitted.blank?
       submitted['email'] == 'john@doe.com' &amp;&amp; submitted['name'] == '' &amp;&amp; submitted['agree']==nil
     end
   end</diff>
      <filename>lib/honeypot.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d737d5fee6460837f7e116369302159890e44334</id>
    </parent>
  </parents>
  <author>
    <name>micha</name>
    <email>grosser.michael@gmail.com</email>
  </author>
  <url>http://github.com/grosser/honeypot/commit/0969cc5b132687cff3a45d3f114a2cf9810ff16d</url>
  <id>0969cc5b132687cff3a45d3f114a2cf9810ff16d</id>
  <committed-date>2008-10-06T09:24:59-07:00</committed-date>
  <authored-date>2008-10-06T09:24:59-07:00</authored-date>
  <message>untouched is false if values are blank</message>
  <tree>bbe50054f2c90e60d90fbc0c0c11f902bd88b3be</tree>
  <committer>
    <name>micha</name>
    <email>grosser.michael@gmail.com</email>
  </committer>
</commit>
