<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>views/brain_busters/_captcha.html.erb</filename>
    </added>
    <added>
      <filename>views/brain_busters/_captcha_footer.html.erb</filename>
    </added>
    <added>
      <filename>views/brain_busters/show.html.erb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -22,7 +22,7 @@ Quick Install
   rake db:migrate
   optionally set the cookie salt in your ApplicationController (or don't touch it to use the default)
   add the appropriate filters where you want to use the captcha
-  render the _captcha.rhtml partial to any views where you want to challenge the user and you are all set!
+  render the _captcha partial to any views where you want to challenge the user and you are all set!
 
 * Want to check out the source?
 
@@ -74,9 +74,9 @@ Installation
       end
        
 * render the partial in appropriate templates - if we are creating the captcha for the show action, we probably need the 
-  form rendered in show.rhtml.
+  form rendered in show.html.erb.
 
-    - show.rhtml:
+    - show.html.erb:
       ... inside your update form somewhere
       &lt;%= render :partial =&gt; '/captcha' %&gt; 
       &lt;%= render :partial =&gt; &quot;/captcha_footer&quot; %&gt;  --&gt; optional, only if you want to give credit back...</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>views/brain_busters/_captcha.rhtml</filename>
    </removed>
    <removed>
      <filename>views/brain_busters/_captcha_footer.rhtml</filename>
    </removed>
    <removed>
      <filename>views/brain_busters/show.rhtml</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>0cd17c6a21d0e362e7450622523e2bc80d077d16</id>
    </parent>
  </parents>
  <author>
    <name>Rob Sanheim</name>
    <email>rsanheim@gmail.com</email>
  </author>
  <url>http://github.com/rsanheim/brain_buster/commit/662499b0c351d38c145e679e301cb477a21b8be1</url>
  <id>662499b0c351d38c145e679e301cb477a21b8be1</id>
  <committed-date>2008-12-05T08:49:20-08:00</committed-date>
  <authored-date>2008-12-05T08:49:20-08:00</authored-date>
  <message>rename all .rhtml to .html.erb</message>
  <tree>bd800debbe675fb262a17f30f9447cb05f4a79b4</tree>
  <committer>
    <name>Rob Sanheim</name>
    <email>rsanheim@gmail.com</email>
  </committer>
</commit>
