<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -26,6 +26,7 @@ desc &quot;Run all specs&quot;
 Spec::Rake::SpecTask.new(&quot;specs&quot;) do |t|
   $DEBUG = true if ENV['DEBUG']
   t.spec_opts = [&quot;--format&quot;, &quot;specdoc&quot;, &quot;--colour&quot;]
+  t.spec_opts += [&quot;--require&quot;, File.join(File.dirname(__FILE__), 'spec', 'spec_helper')]
   t.spec_files = Dir[&quot;spec/**/*_spec.rb&quot;].sort
   t.rcov = true if ENV['RCOV']
   t.rcov_opts = ['-x', '_spec\.rb$,spec_helper\.rb$']</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -7,6 +7,9 @@ module YARD
   def self.parse_string(*args) Parser::SourceParser.parse_string(*args) end
 end
 
+# Ruby 1.9.2 removes '.' which is not exactly a good idea
+$LOAD_PATH.push('.') if RUBY_VERSION &gt;= '1.9.2'
+
 # Keep track of Ruby version for compatibility code
 RUBY19, RUBY18 = *(RUBY_VERSION &gt;= &quot;1.9&quot; ? [true, false] : [false, true])
 </diff>
      <filename>lib/yard.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>24a1041e70c33e0d8f4a803ed27dd619e0e93f13</id>
    </parent>
  </parents>
  <author>
    <name>Loren Segal</name>
    <email>lsegal@soen.ca</email>
  </author>
  <url>http://github.com/lsegal/yard/commit/b808c0f551634f30678d4c3d5ebe8585ccadf66d</url>
  <id>b808c0f551634f30678d4c3d5ebe8585ccadf66d</id>
  <committed-date>2009-08-05T08:21:10-07:00</committed-date>
  <authored-date>2009-08-05T08:21:10-07:00</authored-date>
  <message>Temporary fixes for LOAD_PATH changes in 1.9.2</message>
  <tree>0f428f0903c78c03a31465f91ff0cf2872c30e87</tree>
  <committer>
    <name>Loren Segal</name>
    <email>lsegal@soen.ca</email>
  </committer>
</commit>
