diff options
author | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-25 22:58:43 +0000 |
---|---|---|
committer | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-25 22:58:43 +0000 |
commit | b61d8b6045497a5b2185bf8cb61a381f179d3ecd () | |
tree | 0b7980dd65f71136db50a788d5e5a052efdf66ed /lib/rubygems/config_file.rb | |
parent | 17358af75b80343f7861907b9288607e67a08f61 (diff) |
Update to RubyGems 1.3.1 r1909.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19941 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | lib/rubygems/config_file.rb | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -52,6 +52,8 @@ class Gem::ConfigFile # Where to look for gems attr_accessor :path # True if we print backtraces on errors. attr_writer :backtrace @@ -129,7 +131,8 @@ class Gem::ConfigFile Gem.sources = @hash[:sources] if @hash.key? :sources @verbose = @hash[:verbose] if @hash.key? :verbose @update_sources = @hash[:update_sources] if @hash.key? :update_sources - @path = @hash[:gempath] handle_arguments arg_list end |