Skip to content

Commit

Permalink
Add the library's dir to the front of the load path for ease of gem b…
Browse files Browse the repository at this point in the history
…uilding
  • Loading branch information
bterlson committed Mar 27, 2009
1 parent e5f97e4 commit 0d33f1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/httpclient.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# redistribute it and/or modify it under the same terms of Ruby's license;
# either the dual license version in 2003, or any later version.

$:.unshift(File.dirname(__FILE__))

require 'uri'
require 'stringio'
Expand Down

0 comments on commit 0d33f1d

Please sign in to comment.