<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,11 +2,11 @@
 
 Gem::Specification.new do |s|
   s.name = %q{annotate}
-  s.version = &quot;2.2.2&quot;
+  s.version = &quot;2.2.3&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Marcos Piccinini&quot;]
-  s.date = %q{2008-12-25}
+  s.date = %q{2008-12-26}
   s.default_executable = %q{annotate}
   s.description = %q{Annotates Rails Models and Routes}
   s.email = [&quot;x@nofxx.com&quot;]</diff>
      <filename>annotate.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -13,4 +13,8 @@ OptionParser.new do |opts|
   opts.on('-v', '--version') { puts &quot;Annotate v#{Annotate::VERSION}&quot;; exit }
 end.parse!
 
-Rake::Task[task].invoke
+begin
+  Rake::Task[task].invoke
+rescue NameError =&gt; e
+  puts &quot;Can`t find Rake. Are we in a Rails folder?&quot;
+end</diff>
      <filename>bin/annotate</filename>
    </modified>
    <modified>
      <diff>@@ -2,10 +2,13 @@ $:.unshift(File.dirname(__FILE__)) unless
   $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
 
 module Annotate
-  VERSION = '2.2.2'
+  VERSION = '2.2.3'
 end
 
-
-load 'Rakefile'
-Dir[File.join(File.dirname(__FILE__), 'tasks', '**/*.rake')].each { |rake| load rake }
+begin
+ load 'Rakefile' 
+ Dir[File.join(File.dirname(__FILE__), 'tasks', '**/*.rake')].each { |rake| load rake }
+rescue LoadError =&gt; e
+  nil
+end
 </diff>
      <filename>lib/annotate.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>84a9b0ebf7ba79bb5c5f9bbc4bb8281a1a727368</id>
    </parent>
  </parents>
  <author>
    <name>Marcos Augusto</name>
    <email>x@nofxx.com</email>
  </author>
  <url>http://github.com/nclark/annotate_models/commit/63467863eb5e4a45027cdcc2105eca48ca88a428</url>
  <id>63467863eb5e4a45027cdcc2105eca48ca88a428</id>
  <committed-date>2008-12-25T21:53:47-08:00</committed-date>
  <authored-date>2008-12-25T21:53:47-08:00</authored-date>
  <message>handle errors when not in a rails folder</message>
  <tree>3b210c1a89bb29f9572ba73d86327d82820ac0b6</tree>
  <committer>
    <name>Marcos Augusto</name>
    <email>x@nofxx.com</email>
  </committer>
</commit>
