<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,8 +2,8 @@
 
 # Add lib dir to load path so that we don't have to be installed in rubygems
 require 'pathname' # Use Pathname to follow symlinks
-CERBERUS_LIB_DIR = File.join(File.dirname(Pathname.new(__FILE__).realpath),'..','lib')
-$: &lt;&lt; CERBERUS_LIB_DIR 
+CERBERUS_LIB_DIR = File.join( File.dirname( Pathname.new( __FILE__ ).realpath ),'..','lib' )
+$:.unshift CERBERUS_LIB_DIR
 
 require 'cerberus/cli'
 </diff>
      <filename>bin/cerberus</filename>
    </modified>
    <modified>
      <diff>@@ -218,7 +218,7 @@ module Cerberus
     def run
       projects = Dir[&quot;#{HOME}/config/*.yml&quot;]
       if projects.empty?
-        puts &quot;There are not any active projects&quot; 
+        puts &quot;There are no active projects&quot; 
       else
         puts &quot;List of active projects:&quot;
         
@@ -318,7 +318,7 @@ module Cerberus
       @previous_brokeness = @hash['brokeness']
 
       # Create some convenience methods to access status
-      @hash.keys.each { |key| self.class.send(:define_method, key) { @hash[key] } }
+      @hash.keys.each { |key| self.class.send( :define_method, key ) { @hash[key] } }
     end
     
     def self.read(file_name)</diff>
      <filename>lib/cerberus/manager.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7037f4d4f5be95e66c90bca2ad4a463e33160a95</id>
    </parent>
  </parents>
  <author>
    <name>Craig P Jolicoeur</name>
    <email>cpjolicoeur@gmail.com</email>
  </author>
  <url>http://github.com/cpjolicoeur/cerberus/commit/b558606d4a5bea21ee75dc1f59dbad88af35df67</url>
  <id>b558606d4a5bea21ee75dc1f59dbad88af35df67</id>
  <committed-date>2009-08-04T13:05:00-07:00</committed-date>
  <authored-date>2009-08-04T13:05:00-07:00</authored-date>
  <message>put cerberus path at front of load path</message>
  <tree>ec8550f5dc7b90c501f84231b4d8dd17c68dd853</tree>
  <committer>
    <name>Craig P Jolicoeur</name>
    <email>cpjolicoeur@gmail.com</email>
  </committer>
</commit>
