<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -273,13 +273,30 @@ test/specs for all installed plugins, which may not be what you want.
 
 To run specs, you need to:
 
-* Make sure you have the necessary gems installed (rr, rspec)
+* Make sure you have the necessary gems installed: 
+
+  sudo geminstaller
+
+* On OSX, you may have to manually install sqlite3-ruby gem 
+
+  sudo env ARCHFLAGS=&quot;-arch i386&quot; gem install sqlite3-ruby
+
+* If sqlite3-ruby fails to compile, install it.
+
+  OSX: sudo port install sqlite3
+  Debian: sudo aptitude install sqlite sqlite3 libsqlite-dev libsqlite3-dev
+  
 * Install git http://git.or.cz/
-* Create a database named desert_test
-* Update the database.yml file in &lt;tt&gt;spec/rails_root/config/database.yml&lt;/tt&gt;
 * Install the dependencies
+
+  rake install_dependencies
+
 * Run the specs
 
+  rake
+
+== Notes on Rails version dependencies
+
 Desert is a library that heavily monkey patches Rails. To ensure that Desert works with
 multiple versions of Rails, its tests are run against the supported versions of Rails.
 </diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -2,3 +2,8 @@
 gems:
 - name: rr
   version: 0.4.8
+- name: rspec
+  version: 1.1.12
+- name: sqlite3-ruby # required for rails tests
+  version: 1.2.4     # This may be required on OSX: sudo env ARCHFLAGS=&quot;-arch i386&quot; gem install sqlite3-ruby
+  
\ No newline at end of file</diff>
      <filename>geminstaller.yml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c847be94e791c8967f4b7df90b83f5d1ae1c89b9</id>
    </parent>
  </parents>
  <author>
    <name>Chad Woolley</name>
    <email>thewoolleyman@gmail.com</email>
  </author>
  <url>http://github.com/tog/desert/commit/1f39dda29bb05b82b6a5d2c11d38eeecd3a9b89c</url>
  <id>1f39dda29bb05b82b6a5d2c11d38eeecd3a9b89c</id>
  <committed-date>2009-04-22T03:17:02-07:00</committed-date>
  <authored-date>2009-03-04T04:56:48-08:00</authored-date>
  <message>update geminstaller.yml and docs on running specs

Signed-off-by: Aitor Garc&#237;a Rey &lt;aitor@linkingpaths.com&gt;</message>
  <tree>9b7f3b592335e4ec8a9ac4aaa7e827e2679f0db8</tree>
  <committer>
    <name>Aitor Garc&#237;a Rey</name>
    <email>aitor@linkingpaths.com</email>
  </committer>
</commit>
