<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>CONTRIBUTORS</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,6 @@
 h2. Overview
 
-merb_relaxdb is a merb plugin that provides integration with CouchDB via the RelaxDB gem. Version numbers indicate compatability with Merb. The current version has been tested against merb RC1 (0.9.9). 
+merb_relaxdb is a merb plugin that provides integration with CouchDB via the RelaxDB gem. Version numbers indicate compatibility with Merb. Revision numbers are excluded e.g. merb_relaxdb 1.0 should be compatible with Merb 1.0.x
 
 The current release includes integration with merb-auth, but this should not yet be considered stable. A sample integration file is included below.
 
@@ -8,7 +8,7 @@ merb_relaxdb expects your merb app to augment the standard layout as described i
 couchdb.yml is mandatory. Reference data, sample data and views are optional.
 merb-gen model my_model will create a sample couchdb.yml.
 
-To use merb_relaxdb, list @dependency &quot;merb_relaxdb&quot;, &quot;0.9.9&quot;@ in @config/dependencies.rb@ and @use_orm :relaxdb@ in @config/init.rb@
+To use merb_relaxdb, list @dependency &quot;merb_relaxdb&quot;, &quot;1.0&quot;@ in @config/dependencies.rb@ and @use_orm :relaxdb@ in @config/init.rb@
 
 For more details on using RelaxDB, see the &quot;RelaxDB wiki&quot;:http://github.com/paulcarey/relaxdb/wikis 
 &lt;pre&gt;</diff>
      <filename>README.textile</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ require 'merb-core/tasks/merb_rake_helper'
 
 PLUGIN = &quot;merb_relaxdb&quot;
 GEM_NAME = &quot;merb_relaxdb&quot;
-GEM_VERSION = &quot;0.9.10&quot;
+GEM_VERSION = &quot;1.0&quot;
 AUTHOR = &quot;Paul Carey&quot;
 EMAIL = &quot;paul.p.carey@gmail.com&quot;
 HOMEPAGE = &quot;http://github.com/paulcarey/merb_relaxdb/&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 Gem::Specification.new do |s|
   s.name = &quot;merb_relaxdb&quot;
-  s.version = &quot;0.9.9&quot;
-  s.date = &quot;2008-10-17&quot;
+  s.version = &quot;1.0&quot;
+  s.date = &quot;2008-11-27&quot;
   s.summary = &quot;Merb plugin that provides integration with CouchDB&quot;
   s.email = &quot;paul.p.carey@gmail.com&quot;
   s.homepage = &quot;http://github.com/paulcarey/merb_relaxdb/&quot;
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
    &quot;spec/spec_helper.rb&quot;]
   s.bindir = &quot;bin&quot;
   s.autorequire = &quot;merb_relaxdb&quot;
-  s.add_dependency &quot;merb-core&quot;, &quot;&gt;= 1.0.2&quot; # removed &quot;, runtime&quot; as was failing locally
+  s.add_dependency &quot;merb-core&quot;, &quot;&gt;= 1.0&quot; # removed &quot;, runtime&quot; as was failing locally
   s.require_paths = [&quot;lib&quot;]
   s.required_rubygems_version = &quot;&gt;= 0&quot;
 end</diff>
      <filename>merb_relaxdb.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1ebb5c601d82a95619f925e63c5516886e939ee0</id>
    </parent>
  </parents>
  <author>
    <name>Paul Carey</name>
    <email>paul.p.carey@gmail.com</email>
  </author>
  <url>http://github.com/paulcarey/merb_relaxdb/commit/710190795a3edeef934635d287e1ffdfc2747dbc</url>
  <id>710190795a3edeef934635d287e1ffdfc2747dbc</id>
  <committed-date>2008-11-27T04:17:40-08:00</committed-date>
  <authored-date>2008-11-27T04:17:40-08:00</authored-date>
  <message>Added contributors. Version bump to 1.0.</message>
  <tree>df01a2cebf20f898c387036fa8a3e2f2916939a6</tree>
  <committer>
    <name>Paul Carey</name>
    <email>paul.p.carey@gmail.com</email>
  </committer>
</commit>
