mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
* lib/rubygems: Update to RubyGems master 0a3814b. Changes:
Fixed extension directory in Gem::Specification#require_paths. Allow installation of gems when $HOME is nonexistent or unwritable. Use proper API in InstallCommand. Improve support for path option in gem dependency files. Remove warnings. * test/rubygems: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9f9b476710
commit
08aa6d59a2
17 changed files with 165 additions and 116 deletions
|
@ -176,7 +176,7 @@ class Gem::BasicSpecification
|
|||
return @require_paths if @extensions.empty?
|
||||
|
||||
relative_extension_install_dir =
|
||||
File.join '..', '..', '..', 'extensions', Gem::Platform.local.to_s,
|
||||
File.join '..', '..', 'extensions', Gem::Platform.local.to_s,
|
||||
Gem.extension_api_version, full_name
|
||||
|
||||
@require_paths + [relative_extension_install_dir]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue