<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>bin/makura</filename>
    </added>
    <added>
      <filename>lib/makura.rb</filename>
    </added>
    <added>
      <filename>lib/makura/database.rb</filename>
    </added>
    <added>
      <filename>lib/makura/design.rb</filename>
    </added>
    <added>
      <filename>lib/makura/error.rb</filename>
    </added>
    <added>
      <filename>lib/makura/http_methods.rb</filename>
    </added>
    <added>
      <filename>lib/makura/layout.rb</filename>
    </added>
    <added>
      <filename>lib/makura/model.rb</filename>
    </added>
    <added>
      <filename>lib/makura/plugin/pager.rb</filename>
    </added>
    <added>
      <filename>lib/makura/server.rb</filename>
    </added>
    <added>
      <filename>lib/makura/uuid_cache.rb</filename>
    </added>
    <added>
      <filename>makura.gemspec</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,6 @@
-# Sofa
+# Makura
 
-Sofa is a Ruby wrapper around the CouchDB REST API.
+Makura is a Ruby wrapper around the CouchDB REST API.
 
 It doesn't provide a lot of bells and whistles, but aims to be as close to the
 original API as possible, while taking advantage of Ruby's expressive power.
@@ -10,7 +10,7 @@ CouchObject, CouchRest, and RelaxDB.
 
 It does so with almost no modification of ruby libraries and makes it simple
 to switch the HTTP library used by changing one method.
-Eventually Sofa will be using an evented http library to provide better
+Eventually Makura will be using an evented http library to provide better
 performance.
 
 We are using the json library, which adds following methods:
@@ -28,7 +28,7 @@ To String: #to_json_raw_object, #to_json, #to_json_raw
 ## Features
 
 * Simple Models, the CouchDB way and without magic.
-* Free choice of inheritance, just include the Sofa::Model module.
+* Free choice of inheritance, just include the Makura::Model module.
 * Smart interpretation of returned JSON.
 * Direct mapping of javascript files to map/reduce functions for views.
 * CouchDB specific error reporting, no meaningless HTTP status code.</diff>
      <filename>README.md</filename>
    </modified>
    <modified>
      <diff>@@ -1,12 +1,12 @@
-require 'sofa'
+require 'makura'
 
 # Setting up everything
 
-# Sofa::Model.server = 'http://localhost:5984'
-Sofa::Model.database = 'mydb'
+# Makura::Model.server = 'http://localhost:5984'
+Makura::Model.database = 'mydb'
 
 class Post
-  include Sofa::Model
+  include Makura::Model
 
   properties :title, :text, :tags
   belongs_to :author
@@ -20,7 +20,7 @@ class Post
 end
 
 class Author
-  include Sofa::Model
+  include Makura::Model
 
   property :name
 
@@ -31,7 +31,7 @@ class Author
 end
 
 class Comment
-  include Sofa::Model
+  include Makura::Model
 
   property :text
 end</diff>
      <filename>example/blog.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>bin/sofa</filename>
    </removed>
    <removed>
      <filename>lib/sofa.rb</filename>
    </removed>
    <removed>
      <filename>lib/sofa/database.rb</filename>
    </removed>
    <removed>
      <filename>lib/sofa/design.rb</filename>
    </removed>
    <removed>
      <filename>lib/sofa/error.rb</filename>
    </removed>
    <removed>
      <filename>lib/sofa/http_methods.rb</filename>
    </removed>
    <removed>
      <filename>lib/sofa/layout.rb</filename>
    </removed>
    <removed>
      <filename>lib/sofa/model.rb</filename>
    </removed>
    <removed>
      <filename>lib/sofa/plugin/pager.rb</filename>
    </removed>
    <removed>
      <filename>lib/sofa/server.rb</filename>
    </removed>
    <removed>
      <filename>lib/sofa/uuid_cache.rb</filename>
    </removed>
    <removed>
      <filename>sofa.gemspec</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>e8bfaf963a973e4aac6d44f1aeaf301216741218</id>
    </parent>
  </parents>
  <author>
    <name>Michael Fellinger</name>
    <email>m.fellinger@gmail.com</email>
  </author>
  <url>http://github.com/manveru/makura/commit/025964f529b5053f060788615d5ad117998d23aa</url>
  <id>025964f529b5053f060788615d5ad117998d23aa</id>
  <committed-date>2009-01-14T18:35:37-08:00</committed-date>
  <authored-date>2009-01-14T18:35:37-08:00</authored-date>
  <message>Sofa is now called Makura</message>
  <tree>f4b6ad65f806d3b225dd74ed502f03f351f0bfee</tree>
  <committer>
    <name>Michael Fellinger</name>
    <email>m.fellinger@gmail.com</email>
  </committer>
</commit>
