Skip to content

Commit

Permalink
Add ~/.gem to default load path so people can actually use this stuff.
Browse files Browse the repository at this point in the history
git-svn-id: http://rubygems.rubyforge.org/svn/trunk@1813 3d4018f9-ac1a-0410-99e9-8a154d859a19
  • Loading branch information
technomancy committed Jun 24, 2008
1 parent 8f0c9c8 commit 15309c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rubygems/defaults.rb
Expand Up @@ -19,9 +19,9 @@ def self.default_dir
end
end

# Default gem path.
# Default gem load path.
def self.default_path
default_dir
[File.join(ENV['HOME'], '.gem'), default_dir]
end

# Deduce Ruby's --program-prefix and --program-suffix from its install name.
Expand Down

0 comments on commit 15309c6

Please sign in to comment.