<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.gitignore</filename>
    </added>
    <added>
      <filename>MIT-LICENSE</filename>
    </added>
    <added>
      <filename>Rakefile</filename>
    </added>
    <added>
      <filename>init.rb</filename>
    </added>
    <added>
      <filename>install.rb</filename>
    </added>
    <added>
      <filename>lib/user_stamp.rb</filename>
    </added>
    <added>
      <filename>spec/spec_helper.rb</filename>
    </added>
    <added>
      <filename>spec/user_stamp_class_methods_spec.rb</filename>
    </added>
    <added>
      <filename>spec/user_stamp_spec.rb</filename>
    </added>
    <added>
      <filename>spec/user_stamp_sweeper_spec.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -0,0 +1,31 @@
+UserStamp
+=========
+
+Rails plugin that makes stamping records with a user when they are 
+created and updated dirt simple. It assumes that your controller has 
+a current_user method. It also assumes that any record being stamped
+has two attributes--creator_id and updater_id. You can override both
+of these assumptions easily.
+
+Setup
+=====
+
+1. Install plugin
+2. Add user_stamp to application.rb, like the following:
+		
+		class ApplicationController &lt; ActionController::Base
+		  user_stamp Post, Asset, Job
+		end
+
+
+Defaults
+========
+UserStamp.creator_attribute   = :creator_id
+UserStamp.updater_attribute   = :updater_id
+UserStamp.current_user_method = :current_user
+
+If your user stamped columns and current_user method are different, 
+just create an initializer such as config/initializers/user_stamp.rb
+and copy and paste the defaults above, changing them to fit your app.
+
+Copyright (c) 2008 [John Nunemaker], released under the MIT license</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4fa62b5e2a6f81c82e5e761119012e07bfe448b6</id>
    </parent>
  </parents>
  <author>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </author>
  <url>http://github.com/jnunemaker/user_stamp/commit/2ef9f29cda7a4a47dce64124b0b55b12b5c080a6</url>
  <id>2ef9f29cda7a4a47dce64124b0b55b12b5c080a6</id>
  <committed-date>2008-10-17T08:37:38-07:00</committed-date>
  <authored-date>2008-10-17T08:37:38-07:00</authored-date>
  <message>Added the user stamp files. Updated README and install.rb.</message>
  <tree>aaba76bba16b55ce58d3d7ea09059e30cf737a55</tree>
  <committer>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </committer>
</commit>
