<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -38,11 +38,11 @@ protected
   end
 
   def self.external_path_to_format(format)
-    RAILS_ROOT + '/lib/forgery/formats/' + format.to_s if defined?(RAILS_ROOT)
+    File.join(RAILS_ROOT, 'lib', 'forgery', 'formats', format.to_s) if defined?(RAILS_ROOT)
   end
 
   def self.internal_path_to_format(format)
-    File.dirname(__FILE__) + '/formats/' + format.to_s
+    File.join(File.dirname(__FILE__), 'formats', format.to_s)
   end
 
   def self.path_to_dictionary(dictionary)
@@ -54,10 +54,10 @@ protected
   end
 
   def self.external_path_to_dictionary(dictionary)
-    RAILS_ROOT + '/lib/forgery/dictionaries/' + dictionary.to_s if defined?(RAILS_ROOT)
+    File.join(RAILS_ROOT, 'lib', 'forgery', 'dictionaries', dictionary.to_s) if defined?(RAILS_ROOT)
   end
 
   def self.internal_path_to_dictionary(dictionary)
-    File.dirname(__FILE__) + '/dictionaries/' + dictionary.to_s
+    File.join(File.dirname(__FILE__), 'dictionaries', dictionary.to_s)
   end
 end
\ No newline at end of file</diff>
      <filename>lib/forgery.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>47dde97dd73943b0d410397bfda5c5d22a12d65d</id>
    </parent>
  </parents>
  <author>
    <name>Josh Nichols</name>
    <email>josh@technicalpickles.com</email>
  </author>
  <url>http://github.com/technicalpickles/forgery/commit/db63ee926bec1d6a446a5baaa5725850630507fd</url>
  <id>db63ee926bec1d6a446a5baaa5725850630507fd</id>
  <committed-date>2009-03-13T10:37:41-07:00</committed-date>
  <authored-date>2009-03-13T10:37:41-07:00</authored-date>
  <message>Added fixture helper.</message>
  <tree>40c393038a7c534d1a09183d003f7f3a9e7fcf27</tree>
  <committer>
    <name>Josh Nichols</name>
    <email>josh@technicalpickles.com</email>
  </committer>
</commit>
