<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -20,8 +20,10 @@ begin
     s.files = files.flatten
     s.add_dependency 'htmlentities'
     s.add_dependency 'hpricot'
-    s.rubyforge_project = 'thinkrelevance'
+    s.add_development_dependency 'micronaut'
+    s.add_development_dependency 'log_buddy'
   end
+  Jeweler::GemcutterTasks.new
 rescue LoadError
   puts &quot;Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com&quot;
 end
@@ -68,5 +70,5 @@ end
 if ENV[&quot;RUN_CODE_RUN&quot;]
   task :default =&gt; &quot;examples:multi_rails&quot;
 else
-  task :default =&gt; &quot;examples&quot;
+  task :default =&gt; [:check_dependencies, :examples]
 end</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ require 'rubygems'
 lib_path = File.expand_path(File.dirname(__FILE__) + &quot;/../lib&quot;)
 $LOAD_PATH.unshift lib_path unless $LOAD_PATH.include?(lib_path)
 require 'rubygems'
-gem &quot;spicycode-micronaut&quot;, &quot;&gt;= 0.2.4&quot;
+gem &quot;micronaut&quot;, &quot;&gt;= 0.2.4&quot;
 gem &quot;log_buddy&quot;
 gem &quot;mocha&quot;
 if rails_version = ENV['RAILS_VERSION']</diff>
      <filename>examples/example_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1287da15efc094e7d1ed66067e9b9d7530f3d5bd</id>
    </parent>
  </parents>
  <author>
    <name>Chad Humphries</name>
    <email>chad@spicycode.com</email>
  </author>
  <url>http://github.com/relevance/tarantula/commit/b22f447bfcbe0174528a8da604b844e8c18f4932</url>
  <id>b22f447bfcbe0174528a8da604b844e8c18f4932</id>
  <committed-date>2009-10-09T07:29:55-07:00</committed-date>
  <authored-date>2009-10-09T07:29:55-07:00</authored-date>
  <message>Cleanup to use top-level gems, and to state gem dependencies</message>
  <tree>35f792404b0a3a1783d2958fb9c0f5bd07f21846</tree>
  <committer>
    <name>Chad Humphries</name>
    <email>chad@spicycode.com</email>
  </committer>
</commit>
