<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,21 +2,79 @@
 
 Gem::Specification.new do |s|
   s.name = %q{couch_potato}
-  s.version = &quot;0.2.3&quot;
+  s.version = &quot;0.2.4&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Alexander Lang&quot;]
-  s.date = %q{2009-05-18}
+  s.date = %q{2009-05-19}
   s.description = %q{Ruby persistence layer for CouchDB}
   s.email = %q{alex@upstream-berlin.com}
-  s.extra_rdoc_files = [&quot;README.md&quot;]
-  s.files = [&quot;MIT-LICENSE.txt&quot;, &quot;README.md&quot;, &quot;VERSION.yml&quot;, &quot;lib/core_ext&quot;, &quot;lib/core_ext/date.rb&quot;, &quot;lib/core_ext/object.rb&quot;, &quot;lib/core_ext/string.rb&quot;, &quot;lib/core_ext/time.rb&quot;, &quot;lib/couch_potato&quot;, &quot;lib/couch_potato/database.rb&quot;, &quot;lib/couch_potato/persistence&quot;, &quot;lib/couch_potato/persistence/belongs_to_property.rb&quot;, &quot;lib/couch_potato/persistence/callbacks.rb&quot;, &quot;lib/couch_potato/persistence/dirty_attributes.rb&quot;, &quot;lib/couch_potato/persistence/json.rb&quot;, &quot;lib/couch_potato/persistence/magic_timestamps.rb&quot;, &quot;lib/couch_potato/persistence/properties.rb&quot;, &quot;lib/couch_potato/persistence/simple_property.rb&quot;, &quot;lib/couch_potato/persistence.rb&quot;, &quot;lib/couch_potato/view&quot;, &quot;lib/couch_potato/view/base_view_spec.rb&quot;, &quot;lib/couch_potato/view/custom_view_spec.rb&quot;, &quot;lib/couch_potato/view/custom_views.rb&quot;, &quot;lib/couch_potato/view/model_view_spec.rb&quot;, &quot;lib/couch_potato/view/properties_view_spec.rb&quot;, &quot;lib/couch_potato/view/raw_view_spec.rb&quot;, &quot;lib/couch_potato/view/view_query.rb&quot;, &quot;lib/couch_potato.rb&quot;, &quot;spec/callbacks_spec.rb&quot;, &quot;spec/create_spec.rb&quot;, &quot;spec/custom_view_spec.rb&quot;, &quot;spec/destroy_spec.rb&quot;, &quot;spec/property_spec.rb&quot;, &quot;spec/spec.opts&quot;, &quot;spec/spec_helper.rb&quot;, &quot;spec/unit&quot;, &quot;spec/unit/attributes_spec.rb&quot;, &quot;spec/unit/create_spec.rb&quot;, &quot;spec/unit/database_spec.rb&quot;, &quot;spec/unit/dirty_attributes_spec.rb&quot;, &quot;spec/unit/string_spec.rb&quot;, &quot;spec/unit/view_query_spec.rb&quot;, &quot;spec/update_spec.rb&quot;, &quot;rails/init.rb&quot;, &quot;init.rb&quot;]
+  s.extra_rdoc_files = [
+    &quot;README.md&quot;
+  ]
+  s.files = [
+    &quot;MIT-LICENSE.txt&quot;,
+     &quot;README.md&quot;,
+     &quot;VERSION.yml&quot;,
+     &quot;init.rb&quot;,
+     &quot;lib/core_ext/date.rb&quot;,
+     &quot;lib/core_ext/object.rb&quot;,
+     &quot;lib/core_ext/string.rb&quot;,
+     &quot;lib/core_ext/time.rb&quot;,
+     &quot;lib/couch_potato.rb&quot;,
+     &quot;lib/couch_potato/database.rb&quot;,
+     &quot;lib/couch_potato/persistence.rb&quot;,
+     &quot;lib/couch_potato/persistence/belongs_to_property.rb&quot;,
+     &quot;lib/couch_potato/persistence/callbacks.rb&quot;,
+     &quot;lib/couch_potato/persistence/dirty_attributes.rb&quot;,
+     &quot;lib/couch_potato/persistence/json.rb&quot;,
+     &quot;lib/couch_potato/persistence/magic_timestamps.rb&quot;,
+     &quot;lib/couch_potato/persistence/properties.rb&quot;,
+     &quot;lib/couch_potato/persistence/simple_property.rb&quot;,
+     &quot;lib/couch_potato/view/base_view_spec.rb&quot;,
+     &quot;lib/couch_potato/view/custom_view_spec.rb&quot;,
+     &quot;lib/couch_potato/view/custom_views.rb&quot;,
+     &quot;lib/couch_potato/view/model_view_spec.rb&quot;,
+     &quot;lib/couch_potato/view/properties_view_spec.rb&quot;,
+     &quot;lib/couch_potato/view/raw_view_spec.rb&quot;,
+     &quot;lib/couch_potato/view/view_query.rb&quot;,
+     &quot;rails/init.rb&quot;,
+     &quot;spec/callbacks_spec.rb&quot;,
+     &quot;spec/create_spec.rb&quot;,
+     &quot;spec/custom_view_spec.rb&quot;,
+     &quot;spec/destroy_spec.rb&quot;,
+     &quot;spec/property_spec.rb&quot;,
+     &quot;spec/spec.opts&quot;,
+     &quot;spec/spec_helper.rb&quot;,
+     &quot;spec/unit/attributes_spec.rb&quot;,
+     &quot;spec/unit/create_spec.rb&quot;,
+     &quot;spec/unit/database_spec.rb&quot;,
+     &quot;spec/unit/dirty_attributes_spec.rb&quot;,
+     &quot;spec/unit/string_spec.rb&quot;,
+     &quot;spec/unit/view_query_spec.rb&quot;,
+     &quot;spec/update_spec.rb&quot;
+  ]
   s.has_rdoc = true
   s.homepage = %q{http://github.com/langalex/couch_potato}
-  s.rdoc_options = [&quot;--inline-source&quot;, &quot;--charset=UTF-8&quot;]
+  s.rdoc_options = [&quot;--charset=UTF-8&quot;]
   s.require_paths = [&quot;lib&quot;]
   s.rubygems_version = %q{1.3.1}
   s.summary = %q{Ruby persistence layer for CouchDB}
+  s.test_files = [
+    &quot;spec/callbacks_spec.rb&quot;,
+     &quot;spec/create_spec.rb&quot;,
+     &quot;spec/custom_view_spec.rb&quot;,
+     &quot;spec/destroy_spec.rb&quot;,
+     &quot;spec/property_spec.rb&quot;,
+     &quot;spec/spec_helper.rb&quot;,
+     &quot;spec/unit/attributes_spec.rb&quot;,
+     &quot;spec/unit/create_spec.rb&quot;,
+     &quot;spec/unit/database_spec.rb&quot;,
+     &quot;spec/unit/dirty_attributes_spec.rb&quot;,
+     &quot;spec/unit/string_spec.rb&quot;,
+     &quot;spec/unit/view_query_spec.rb&quot;,
+     &quot;spec/update_spec.rb&quot;
+  ]
 
   if s.respond_to? :specification_version then
     current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION</diff>
      <filename>couch_potato.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c512bf0f35024536801e5e8eded4a3c1bd8169cf</id>
    </parent>
  </parents>
  <author>
    <name>Alexander Lang</name>
    <email>alex@upstream-berlin.com</email>
  </author>
  <url>http://github.com/langalex/couch_potato/commit/751e67ba98964f9dedfd6e8e7d0e748b2290ff25</url>
  <id>751e67ba98964f9dedfd6e8e7d0e748b2290ff25</id>
  <committed-date>2009-05-19T02:53:09-07:00</committed-date>
  <authored-date>2009-05-19T02:53:09-07:00</authored-date>
  <message>Regenerated gemspec for version 0.2.4</message>
  <tree>57e2d1454f5f45cfb83e0b1826754217df83566b</tree>
  <committer>
    <name>Alexander Lang</name>
    <email>alex@upstream-berlin.com</email>
  </committer>
</commit>
