<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,10 @@
+== 0.1.3 2008-06-24
+* 2 major bugfixes:
+  * fix broken gem
+  * make dependencies part of the hoe configuration
+== 0.1.2 2008-06-22
+* 1 major enhancement
+  * Shoulda activerecord helpers are now bundled
 == 0.1.1 2008-06-19
 * 1 minor enhancement:
   * Migrations are now created with model</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -0,0 +1,65 @@
+History.txt
+License.txt
+Manifest.txt
+PostInstall.txt
+README.txt
+Rakefile
+app_generators/gigantron/USAGE
+app_generators/gigantron/gigantron_generator.rb
+app_generators/gigantron/templates/Rakefile
+app_generators/gigantron/templates/database.yml.example
+app_generators/gigantron/templates/initialize.rb
+app_generators/gigantron/templates/lib/shoulda/active_record_helpers.rb
+app_generators/gigantron/templates/lib/shoulda/general.rb
+app_generators/gigantron/templates/lib/shoulda/private_helpers.rb
+app_generators/gigantron/templates/tasks/import.rake
+app_generators/gigantron/templates/test/tasks/test_import.rb
+app_generators/gigantron/templates/test/test_helper.rb
+bin/gigantron
+config/hoe.rb
+config/requirements.rb
+gigantron_generators/mapreduce_task/USAGE
+gigantron_generators/mapreduce_task/mapreduce_task_generator.rb
+gigantron_generators/mapreduce_task/templates/mapreduce/mr_task.rb
+gigantron_generators/mapreduce_task/templates/tasks/task.rake
+gigantron_generators/mapreduce_task/templates/test/tasks/test_task.rb
+gigantron_generators/migration/USAGE
+gigantron_generators/migration/migration_generator.rb
+gigantron_generators/migration/templates/db/migrate/migration.rb
+gigantron_generators/model/USAGE
+gigantron_generators/model/model_generator.rb
+gigantron_generators/model/templates/models/model.rb
+gigantron_generators/model/templates/test/models/test_model.rb
+gigantron_generators/task/USAGE
+gigantron_generators/task/task_generator.rb
+gigantron_generators/task/templates/tasks/task.rake
+gigantron_generators/task/templates/test/tasks/test_task.rb
+lib/gigantron.rb
+lib/gigantron/migrator.rb
+lib/gigantron/tasks/db.rb
+lib/gigantron/tasks/test.rb
+lib/gigantron/version.rb
+script/console
+script/destroy
+script/generate
+script/txt2html
+setup.rb
+tasks/deployment.rake
+tasks/environment.rake
+tasks/website.rake
+test/template_database.yml
+test/template_database.yml.example
+test/template_migration.rb
+test/test_generator_helper.rb
+test/test_gigantron.rb
+test/test_gigantron_generator.rb
+test/test_helper.rb
+test/test_mapreduce_task_generator.rb
+test/test_migration_generator.rb
+test/test_model_generator.rb
+test/test_task_generator.rb
+website/index.html
+website/index.txt
+website/javascripts/rounded_corners_lite.inc.js
+website/stylesheets/screen.css
+website/template.html.erb</diff>
      <filename>Manifest.txt</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ module Gigantron #:nodoc:
   module VERSION #:nodoc:
     MAJOR = 0
     MINOR = 1
-    TINY  = 2
+    TINY  = 3
 
     STRING = [MAJOR, MINOR, TINY].join('.')
   end</diff>
      <filename>lib/gigantron/version.rb</filename>
    </modified>
    <modified>
      <diff>@@ -33,7 +33,7 @@
     &lt;h1&gt;Gigantron: Processor of Data&lt;/h1&gt;
     &lt;div id=&quot;version&quot; class=&quot;clickable&quot; onclick='document.location = &quot;http://rubyforge.org/projects/gigantron&quot;; return false'&gt;
       &lt;p&gt;Get Version&lt;/p&gt;
-      &lt;a href=&quot;http://rubyforge.org/projects/gigantron&quot; class=&quot;numbers&quot;&gt;0.1.2&lt;/a&gt;
+      &lt;a href=&quot;http://rubyforge.org/projects/gigantron&quot; class=&quot;numbers&quot;&gt;0.1.3&lt;/a&gt;
     &lt;/div&gt;
     &lt;h1&gt;&amp;#x2192; &amp;#8216;gigantron&amp;#8217;&lt;/h1&gt;
 
@@ -67,6 +67,17 @@ work of developers.&lt;/p&gt;
 	&lt;p&gt;&lt;pre class='syntax'&gt;&lt;span class=&quot;ident&quot;&gt;sudo&lt;/span&gt; &lt;span class=&quot;ident&quot;&gt;gem&lt;/span&gt; &lt;span class=&quot;ident&quot;&gt;install&lt;/span&gt; &lt;span class=&quot;ident&quot;&gt;gigantron&lt;/span&gt;&lt;/pre&gt;&lt;/p&gt;
 
 
+	&lt;p&gt;This should handle the major dependencies automatically except for your
+database adapter.  If you are on JRuby the gem is 
+&lt;code&gt;activerecord-jdbcsqlite3-adapter&lt;/code&gt; for sqlite3 and 
+&lt;code&gt;activerecord-jdbcmysql-adapter&lt;/code&gt; for mysql.  On &lt;span class=&quot;caps&quot;&gt;MRI&lt;/span&gt; be sure to install
+&lt;code&gt;sqlite3-ruby&lt;/code&gt; if you are using sqlite.&lt;/p&gt;
+
+
+	&lt;p&gt;Note: JDBCSqlite3 is still a work in progress and migrations are basically 
+broken for it.&lt;/p&gt;
+
+
 	&lt;h2&gt;The basics&lt;/h2&gt;
 
 
@@ -202,7 +213,7 @@ rake install_gem&lt;/pre&gt;
 
 	&lt;p&gt;Comments are welcome. Send an email to &lt;a href=&quot;mailto:ben@pixelmachine.org&quot;&gt;Ben Hughes&lt;/a&gt;&lt;/p&gt;
     &lt;p class=&quot;coda&quot;&gt;
-      &lt;a href=&quot;ben@pixelmachine.org&quot;&gt;Ben Hughes&lt;/a&gt;, 22nd June 2008&lt;br&gt;
+      &lt;a href=&quot;ben@pixelmachine.org&quot;&gt;Ben Hughes&lt;/a&gt;, 24th June 2008&lt;br&gt;
       Theme extended from &lt;a href=&quot;http://rb2js.rubyforge.org/&quot;&gt;Paul Battley&lt;/a&gt;
     &lt;/p&gt;
 &lt;/div&gt;</diff>
      <filename>website/index.html</filename>
    </modified>
    <modified>
      <diff>@@ -26,6 +26,15 @@ h2. Installing
 
 &lt;pre syntax=&quot;ruby&quot;&gt;sudo gem install gigantron&lt;/pre&gt;
 
+This should handle the major dependencies automatically except for your
+database adapter.  If you are on JRuby the gem is 
+@activerecord-jdbcsqlite3-adapter@ for sqlite3 and 
+@activerecord-jdbcmysql-adapter@ for mysql.  On MRI be sure to install
+@sqlite3-ruby@ if you are using sqlite.
+
+Note: JDBCSqlite3 is still a work in progress and migrations are basically 
+broken for it.
+
 h2. The basics
 
 &lt;pre&gt;</diff>
      <filename>website/index.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f32353ea4178ad5b160305f024ccde1bdee2bb27</id>
    </parent>
  </parents>
  <author>
    <name>Ben Hughes</name>
    <email>ben@pixelmachine.org</email>
  </author>
  <url>http://github.com/schleyfox/gigantron/commit/565192a56b0e39f7107c632a68fbd0683f95e3b0</url>
  <id>565192a56b0e39f7107c632a68fbd0683f95e3b0</id>
  <committed-date>2008-06-24T18:23:05-07:00</committed-date>
  <authored-date>2008-06-24T18:23:05-07:00</authored-date>
  <message>Improved documentation, bumped version</message>
  <tree>7ad3b1d7eeb9576070b50978104d3d54b568bb64</tree>
  <committer>
    <name>Ben Hughes</name>
    <email>ben@pixelmachine.org</email>
  </committer>
</commit>
