Skip to content

Commit

Permalink
added . to ruby path
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://rubyforge.org/var/svn/simplehttp/trunk@15 0af4886c-b8f6-4d8a-922d-87859854324b
  • Loading branch information
a2800276 committed Sep 21, 2008
1 parent 9fb4908 commit 2d19cb0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/simple_http.rb
@@ -1,3 +1,7 @@
$:.unshift(File.dirname(__FILE__)) unless
$:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))


# kept for backwards compatibility
#
require 'simplehttp.rb'
4 changes: 4 additions & 0 deletions lib/simplehttp.rb
@@ -1,3 +1,7 @@
$:.unshift(File.dirname(__FILE__)) unless
$:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))


require 'net/http'
require 'net/https'
require 'uri'
Expand Down

0 comments on commit 2d19cb0

Please sign in to comment.