<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,19 +1,20 @@
-DIR = File.dirname(__FILE__)
-OUTPUT_DIR = File.expand_path(File.join(DIR, &quot;..&quot;, &quot;output&quot;))
-TEMPLATES_DIR = File.expand_path(File.join(DIR, &quot;..&quot;, &quot;templates&quot;))
-PARSER_DIR = File.expand_path(File.join(DIR, &quot;pdoc&quot;, &quot;parser&quot;))
-VENDOR_DIR = File.expand_path(File.join(DIR, &quot;..&quot;, &quot;vendor&quot;))
+DIR = File.expand_path(File.dirname(__FILE__))
+OUTPUT_DIR    = File.join(DIR, '..', 'output')
+TEMPLATES_DIR = File.join(DIR, '..', 'templates')
+VENDOR_DIR    = File.join(DIR, '..', 'vendor')
+PARSER_DIR    = File.join(DIR, 'pdoc', 'parser')
 
 [DIR, VENDOR_DIR, PARSER_DIR, OUTPUT_DIR, TEMPLATES_DIR].each do |c|
-  $:.unshift File.expand_path(c)
+  $:.unshift(c)
 end
 
+require 'rubygems'
 require 'erb'
 require 'fileutils'
 
-require File.expand_path(File.join(DIR, &quot;pdoc&quot;, &quot;runner&quot;))
-require File.expand_path(File.join(DIR, &quot;pdoc&quot;, &quot;generators&quot;))
-require File.expand_path(File.join(DIR, &quot;pdoc&quot;, &quot;parser&quot;))
+require 'pdoc/runner'
+require 'pdoc/generators'
+require 'pdoc/parser'
 
 module PDoc
   def self.copy_templates(template_type, destination)</diff>
      <filename>lib/pdoc.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>466f0aa3c8b62ce7e44805adfe0c1467ed5f1c49</id>
    </parent>
  </parents>
  <author>
    <name>Tobie Langel</name>
    <email>tobie.langel@gmail.com</email>
  </author>
  <url>http://github.com/tobie/pdoc/commit/2ad9290db1bdc9a155a6c327f92088209f13d141</url>
  <id>2ad9290db1bdc9a155a6c327f92088209f13d141</id>
  <committed-date>2009-09-16T01:26:05-07:00</committed-date>
  <authored-date>2009-09-16T01:26:05-07:00</authored-date>
  <message>Clean up internal requires and external dependencies.</message>
  <tree>da60256d366f17ef0d796803213aef6319053a3b</tree>
  <committer>
    <name>Tobie Langel</name>
    <email>tobie.langel@gmail.com</email>
  </committer>
</commit>
