<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>Rakefile</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1 +1,2 @@
 *.sw?
+coverage</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -5,6 +5,17 @@ Another fixture replacement. Gets you some methods (@new_*@, @create_*@ and
 
 &quot;View the RDoc&quot;:http://gitrdoc.com/nakajima/fixjour/tree/master (still underway, but has a bit of helpful stuff)
 
+h2. Contribute
+
+Fixjour has some developer dependencies.  Install them as shown below,
+and run rake to make sure the tests pass.  Then dive in!
+
+&lt;pre&gt;
+fixjour:$ gem build fixjour.gemspec
+fixjour:$ sudo gem install --development fixjour
+fixjour:$ rake
+Do the tests pass?
+&lt;/pre&gt;
 h2. The focus of this project is liberation through constraints.
 
 It uses the bits of object mother systems that worked well for</diff>
      <filename>README.textile</filename>
    </modified>
    <modified>
      <diff>@@ -36,11 +36,13 @@ Gem::Specification.new do |s|
     s.specification_version = 2
 
     if Gem::Version.new(Gem::RubyGemsVersion) &gt;= Gem::Version.new('1.2.0') then
-      s.add_runtime_dependency(%q&lt;activerecord&gt;, [&quot;&gt;= 0&quot;])
+      s.add_runtime_dependency 'activerecord'
+      s.add_development_dependency 'faker'
+      s.add_development_dependency 'acts_as_fu'
     else
-      s.add_dependency(%q&lt;activerecord&gt;, [&quot;&gt;= 0&quot;])
+      s.add_dependency 'activerecord'
     end
   else
-    s.add_dependency(%q&lt;activerecord&gt;, [&quot;&gt;= 0&quot;])
+    s.add_dependency 'activerecord'
   end
 end</diff>
      <filename>fixjour.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>feb009420f5306f1e4fa44ace40a9cc5bf03bfb1</id>
    </parent>
  </parents>
  <author>
    <name>Pat Maddox</name>
    <email>pat.maddox@gmail.com</email>
  </author>
  <url>http://github.com/nakajima/fixjour/commit/807b81fcb69a78ad474b6263621f883979067795</url>
  <id>807b81fcb69a78ad474b6263621f883979067795</id>
  <committed-date>2009-05-02T19:46:25-07:00</committed-date>
  <authored-date>2009-05-02T19:46:25-07:00</authored-date>
  <message>Added development dependencies and spec tasks</message>
  <tree>c85b3dba3135036fa82329b7a1b5b267e57b4664</tree>
  <committer>
    <name>Pat Maddox</name>
    <email>pat.maddox@gmail.com</email>
  </committer>
</commit>
