<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,6 +7,7 @@ then you win. &#8211;- Mahatma Gandhi
 Tue, Jul 21, 2009
 ---------------------------------------------------------------------
 - Upgraded HAML/SASS to version 2.2.2 (Powerful Penny) and made it a plugin.
+- Ruby 1.9.1 compatibility fixes.
 
 Mon, Jul 20, 2009
 ---------------------------------------------------------------------</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@ Here are the steps to get Fat Free CRM up and running on your system.
 
 === System Requirements
 
-* Ruby v1.8.6 or later
+* Ruby v1.8.6, v1.8.7, or v1.9.1
 * Ruby on Rails v2.3.2
 * MySQL v4.1.1 or later (v5+ is recommended) or SQLite v3.4 or later
 * ImageMagick (optional, only if you would like to use avatars)</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -104,8 +104,8 @@ class ApplicationController &lt; ActionController::Base
   def respond_to_not_found(*types)
     asset = self.controller_name.singularize
     flick = case self.action_name
-      when &quot;destroy&quot;: &quot;delete&quot;
-      when &quot;promote&quot;: &quot;convert&quot;
+      when &quot;destroy&quot; then &quot;delete&quot;
+      when &quot;promote&quot; then &quot;convert&quot;
       else self.action_name
     end
     if self.action_name == &quot;show&quot;</diff>
      <filename>app/controllers/application_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,8 @@
 # Rack Dispatcher
 
 # Require your environment file to bootstrap Rails
-require File.dirname(__FILE__) + '/config/environment'
+# NOTE: use ::File.dirname instead of File.dirname for Ruby 1.9.1 compatibility.
+require ::File.dirname(__FILE__) + '/config/environment'
 
 # Dispatch the request
 run ActionController::Dispatcher.new</diff>
      <filename>config.ru</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2562266e363aed3b536ea9364ba1d1bcc4cc5a01</id>
    </parent>
  </parents>
  <author>
    <name>Mike Dvorkin</name>
    <email>mike@dvorkin.net</email>
  </author>
  <url>http://github.com/michaeldv/fat_free_crm/commit/d97e532471c2ba240fbbc79cd286d809d7058d9f</url>
  <id>d97e532471c2ba240fbbc79cd286d809d7058d9f</id>
  <committed-date>2009-07-21T18:37:22-07:00</committed-date>
  <authored-date>2009-07-21T18:37:22-07:00</authored-date>
  <message>Ruby 1.9.1 compatibility fixes
[#74 state:open]</message>
  <tree>ac8cacd7c9898d01a2423d370df8190367ea604f</tree>
  <committer>
    <name>Mike Dvorkin</name>
    <email>mike@dvorkin.net</email>
  </committer>
</commit>
