<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>TODO</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,2 +1,3 @@
 nbproject
+tmp
 *.gem</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,14 +1,16 @@
 require 'rubygems'
+require 'rake'
 
 spec = Gem::Specification.new do |spec|
-  spec.name = 'tablelessmodels'
+  spec.name = 'activerecord-tableless'
   spec.summary = %q{A library for implementing tableless ActiveRecord models}
   spec.description = %q{ActiveRecord Tableless Models provides a simple mixin for creating models that are not bound to the database. This approach is mostly useful for capitalizing on the features ActiveRecord::Validation}
   spec.author = &quot;Kenneth Kalmer&quot;
   spec.email = &quot;kenneth.kalmer@gmail.com&quot;
   spec.homepage = &quot;http://www.opensourcery.co.za/activerecordtableless/&quot;
-  spec.files = [ &quot;Rakefile&quot;, &quot;README&quot;, &quot;CHANGELOG&quot; ]
-  spec.files + Dir[&quot;lib/*.rb&quot;]
+  #spec.files = [ &quot;Rakefile&quot;, &quot;README&quot;, &quot;CHANGELOG&quot; ]
+  #spec.files &lt;&lt; Dir[&quot;lib/*&quot;]
+  spec.files = FileList[ &quot;*.rb&quot;, &quot;lib/*.rb&quot;, &quot;Rakefile&quot;, &quot;README&quot;, &quot;CHANGELOG&quot; ]
   spec.version = &quot;0.1.0&quot;
   spec.add_dependency(&quot;activerecord&quot;)
   spec.has_rdoc = true</diff>
      <filename>activerecord-tableless-models.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1e1aa8dc23d354ca449d4d5ce524a17867413466</id>
    </parent>
  </parents>
  <author>
    <name>Kenneth Kalmer</name>
    <email>kenneth@clearplanet.co.za</email>
  </author>
  <url>http://github.com/kennethkalmer/activerecord-tableless-models/commit/9a6b5277af68ac134ee080bb11af82caa70104da</url>
  <id>9a6b5277af68ac134ee080bb11af82caa70104da</id>
  <committed-date>2008-05-01T00:32:31-07:00</committed-date>
  <authored-date>2008-05-01T00:32:31-07:00</authored-date>
  <message>Added TODO file
Fixed broken gemspec file
Readies 0.1.0 release!</message>
  <tree>e354279c7f49652df54ac8d684a5173bcf456d64</tree>
  <committer>
    <name>Kenneth Kalmer</name>
    <email>kenneth@clearplanet.co.za</email>
  </committer>
</commit>
