<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,15 +5,11 @@ require 'ostruct'
 require 'rubygems'
 require 'active_support'
 
-$:.unshift(File.dirname(__FILE__)) unless
-  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
-
-dir = File.expand_path(File.join(File.dirname(__FILE__), 'httparty'))
-require dir + '/core_ext'
+directory = File.dirname(__FILE__)
+$:.unshift(directory) unless $:.include?(directory) || $:.include?(File.expand_path(directory))
 
 module HTTParty
   class UnsupportedFormat &lt; StandardError; end
-
   class RedirectionTooDeep &lt; StandardError; end
   
   def self.included(base)</diff>
      <filename>lib/httparty.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/httparty/core_ext.rb</filename>
    </removed>
    <removed>
      <filename>lib/httparty/core_ext/hash.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>30a65000adc8d503f3d96b0ca50873f894a4db1b</id>
    </parent>
  </parents>
  <author>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </author>
  <url>http://github.com/jnunemaker/httparty/commit/fda012a3347d2633667e594015e94f119a341787</url>
  <id>fda012a3347d2633667e594015e94f119a341787</id>
  <committed-date>2008-11-08T07:41:32-08:00</committed-date>
  <authored-date>2008-11-08T07:41:32-08:00</authored-date>
  <message>Removed stupid core extension. It was stupid trust me.</message>
  <tree>b1497a5fe0095cc6b769a058f8b01f7ec72029f8</tree>
  <committer>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </committer>
</commit>
